After upgrading React Native to 0.62.2
, and installing react-native-material-dropdown` library, project is giving this error:
I solved this by,
Commenting itemTextStyle: Text.propTypes.style
in..\node_modules\react-native-material-dropdown\src\components\dropdown
file.
And remove Animated
in Animated.Text.propTypes.style
in
affix/index
helper/index
label/index
of react-native-material-textfield
.
And added import { Animated, Text} from 'react-native';
in each of above three files.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With