We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: undefined is not an object (evaluating '_reactNative.Text.propTypes.style') React-native version:0.70.0
The text was updated successfully, but these errors were encountered:
@balwinders did you find the solution? what was the cause?
Sorry, something went wrong.
Fix:
node_modules/react-native-material-textfield/src/components
affix/index.js
helper/index.js
label/index.js
style: Animated.Text.propTypes.style
style: Text.propType
import { Animated, Text } from 'react-native'
This should fix the issue
No branches or pull requests
TypeError: undefined is not an object (evaluating '_reactNative.Text.propTypes.style')
React-native version:0.70.0
The text was updated successfully, but these errors were encountered: