Skip to content

Instantly share code, notes, and snippets.

View zapcriativo's full-sized avatar
😀

Alan Ribeiro zapcriativo

😀
View GitHub Profile
@zapcriativo
zapcriativo / path
Created December 3, 2020 17:52
react-native-material-textfield+0.12.0.patch
diff --git a/node_modules/react-native-material-textfield/src/components/affix/index.js b/node_modules/react-native-material-textfield/src/components/affix/index.js
index 0f85022..e2dede9 100644
--- a/node_modules/react-native-material-textfield/src/components/affix/index.js
+++ b/node_modules/react-native-material-textfield/src/components/affix/index.js
@@ -3,1 +3,1 @@
-import { Animated } from 'react-native';
+import { Animated, Text } from 'react-native';
@@ -27,1 +27,1 @@
- style: Animated.Text.propTypes.style,
+ style: Text.propTypes.style,