Hacker News new | ask | show | jobs
by dep_b 2409 days ago
Would be great material for a blog post as adding react native to an existing project is super undocumented.
1 comments

the official docs worked for me.[0] Biggest “gotcha” in my experience is version mis-match hell. Each major RN version supports a very precise version of Xcode and Android build tools/targets etc. Read the RN version release notes and you’ll be okay.

[0]https://facebook.github.io/react-native/docs/integration-wit...