I am integrating React Native with an existing iOS app. I have followed the guide on integrating with an existing app.
After reading some other posts on the subject, I have tried:
- Setting the architecture in the Pod build to match the project settings in Xcode
- Adding / moving the Pod build above the project build in the Scheme
Is there anything else I may need to check?