-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
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: Cannot read property 'style' of undefined #109
Comments
I also go the same error in the WEB!! |
Having the same problem while using expo. Did you find a solution? |
Nope, Not yet :( |
Same problem here :/ |
ViewPropTypes' is not supported in 'react-native-web' v12.0 onwards... |
This was fixed. However, React Native for Web is currently not working. #83 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, I have this problem!
How can i fix that?
TypeError: Cannot read property 'style' of undefined
49 | Page.propTypes = {
50 | isLight: PropTypes.bool.isRequired,
51 | image: PropTypes.element.isRequired,
The text was updated successfully, but these errors were encountered: