-
Notifications
You must be signed in to change notification settings - Fork 2
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
108: upgrade react native #217
Conversation
New version out (0.77) |
@yjshin229 I tried to run
It looks like |
@yjshin229 I see you updated the dependencies, so I pulled down the latest changes and was able to I'd recommend using https://github.com/rbenv/rbenv This way, you can have per-project isolated collections of gems. I've committed an I was able to run |
Here's the crash I get on launch:
|
Looks like we're not the only ones with this issue: |
I think I'm getting stuck with a different issue. |
@yjshin229 here's a link to something that seems related: getsentry/sentry-react-native#3005 Have you switched to using bundle to install ruby dependencies, and are you now using CocoaPods 15.2? It may be that there may be issues with CocoaPods 16.x that is why the react native bundle Gemfile restricts it... |
5ef89d5
to
bb9ff18
Compare
Need to organize some of the picture files. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work, @yjshin229 ...!
I was able to regenerate the bootsplash assets with a larger logo, so that issue is addressed! I also added the command line parameters I used into package.json so that it can be re-run anytime (i.e. when we get a new name/logo)...
No description provided.