react-native-material-textfield
react-native-material-textfield copied to clipboard
TypeError: undefined is not an object (evaluating '_reactNative.Animated.Text.propTypes.style')
Fixing update for error
TypeError: undefined is not an object (evaluating '_reactNative.Animated.Text.propTypes.style')
I'd love to see this merged!
Please merge it as soon as possible
@ n4kz mark this repo as deprecated if you decided to end support
@n4kz Can you please take a look at this PR? This error pops up when when you try to install the package with the latest versions of React Native.
@n4kz bump please
when does the version with this change come out ?
If any of you guys still need this you can use rn-material-ui-textfield
, this is a fork of this lib with a couple of fixes, you give it a try by running
yarn add rn-material-ui-textfield
npm install rn-material-ui-textfield
Is this repository still maintained?
Is this repository still maintained?
No, I suggest you switch to rn-material-ui-textfield
Thank you @gabrieldonadel, I ended up writing my own text input component.