Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Armanoide/4628a6b1c123647a31b9e40205bfabf0 to your computer and use it in GitHub Desktop.
Save Armanoide/4628a6b1c123647a31b9e40205bfabf0 to your computer and use it in GitHub Desktop.
fix react-native-material-textfield module with issue undefined is not an object Animated.Text.propTypes.style

Installation:

  1. Download patch.zip
  2. set it at the root of the project
  3. unzip the patch.zip
  4. add this line in package.json
  5. yarn install
"scripts": {  
...
"postinstall": "./.patch/script-patch.sh" 
... 
}, 
@mikebertiean
Copy link

thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment