Skip to content
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

fix generated iOS example on React Native 0.60(+) #99

Closed
brodycj opened this issue Sep 9, 2019 · 0 comments · Fixed by #244
Closed

fix generated iOS example on React Native 0.60(+) #99

brodycj opened this issue Sep 9, 2019 · 0 comments · Fixed by #244

Comments

@brodycj
Copy link
Owner

brodycj commented Sep 9, 2019

In order to build and run the React Native 0.60(+) example app on iOS, it did not seem to work without the following steps:

  • cd ios
  • pod install

This seems to be an issue with React Native itself.

I hope to take a look at the following ideas someday:

  • update example postinstall to do this automatically
  • I think React Native itself should be fixed to do this automatically

P.S. The React Native CLI seems to automate the pod install step. I think this tool needs to be fixed to automate this step on the example app. Also in case the developer removes the generated artifacts and then does yarn install again in the example app.

@brodycj brodycj changed the title iOS on React Native 0.60(+) fix generated iOS example on React Native 0.60(+) Sep 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant