How to build from source for iOS #118
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 |
Beta Was this translation helpful? Give feedback.
-
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 |
Beta Was this translation helpful? Give feedback.
-
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.
Beta Was this translation helpful? Give feedback.
All reactions