-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
chore: bump to react-native@0.61
in examples
#8884
Conversation
did you find a fix for this... I have the same problem bringing these in. |
b999845
to
605ed73
Compare
I get
when I run from root, but it works if I run it from the example directory... No idea what's up |
605ed73
to
dfdddb9
Compare
dfdddb9
to
ce1b913
Compare
react-native@0.61
in examples
Codecov Report
@@ Coverage Diff @@
## master #8884 +/- ##
=======================================
Coverage 65.04% 65.04%
=======================================
Files 286 286
Lines 12123 12123
Branches 3004 3004
=======================================
Hits 7885 7885
Misses 3600 3600
Partials 638 638 Continue to review full report at Codecov.
|
This pull request has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Summary
In an effort to make #8535 smaller. Upgrading to 0.59 worked fine, but 0.60 gives
Cannot find module 'StyleSheet' from 'react-native-implementation.js'
. Ideas? Can just 0.59 I guess, but seems silly.Test plan
Green CI?