-
Notifications
You must be signed in to change notification settings - Fork 24.6k
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
React Native 0.49.5 crash in release mode. #16920
Comments
It seems your code or one of your dependency still using View.propTypes, should be changed to ViewPropTypes |
Yes, It is. |
I also had the same issue, mine was fixed my by removing node_module files and installing them back.. it is not the best fix but does the job ..! |
@hushicai How did you see those logs in release mode? Thanks! |
@SanyasiraoM https://stackoverflow.com/questions/39089772/release-mode-diagnostics-in-react-native |
Thank you @hushicai |
Is this a bug report?
yes
Have you read the Contributing Guidelines?
yes
Environment
OS: macOS Sierra 10.12.6
Node: 8.9.0
Yarn: not installed
npm: 5.5.1
Watchman: 4.7.0
Xcode: Version 9.0 (9A235)
react-native: 0.49.5
react: 16.0.0-beta.5
Target Platform: IOS 10.3.3(14G60)
Steps to Reproduce
Expected Behavior
App opened normally.
Actual Behavior
Can not open App at all, crash!
Reproducible Demo
no
I have use
react-codemod
to fixView.propTypes
, but codemod does not modifyAnimated.View.propTypes
, is that cause the same problem?The text was updated successfully, but these errors were encountered: