-
Notifications
You must be signed in to change notification settings - Fork 40
Description
Ask your Question
Hello, I'm working on integrating React Native into an existing iOS project using rnef.
First, I created a project with rnef for prebuild purposes (to create an xcframework), and configured it to only handle xcframework generation.
Second, I added React Native to the existing iOS project.
I copied the prebuilt xcframework and hermes.xcframework to the existing project and proceeded with the build, but when I open the RN view, only a white screen appears (no errors).
Could you help me understand what might be wrong?
I followed the guide at https://www.rnef.dev/docs/brownfield/ios for this work.
I've also created a separate project that reproduces the issue and uploaded it.
Thank you.
iOS Prebuild Project: https://github.com/edoko/rnef-ios-prebuild-test
Exist iOS Project: https://github.com/edoko/rnef-integrate-project