How to build from source for iOS #118
Unanswered
billyjacoby
asked this question in
Q&A
Replies: 2 comments 3 replies
|
Hey, If you want to build this project from the source, you can follow the guide described here: You should be able to run it on visionOS simulator |
3 replies
|
Echoing the answer above. As far as I know, there isn't a way with cocoapods (what React Native on Apple platforms uses) to build from source, short of hooking it up to some test app (like RNTester), and then copying the static libraries / frameworks (depending on how you built it) from the Xcode Derived Data folder. To help with this, you can run a local |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Does anyone have any docs or examples of how to build this repo - or React Native in general - from source for iOS?
It seems there's tons of docs on how to do this for Android but I haven't been able to find anything for how to do so for iOS.
All reactions