-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReactReconciler is not a function #2
Comments
If you pull the latest commit on the When I bundle both React Native and React NativeScript (which pulls in React Reconciler) into the same bundle, although React Reconciler clearly enters the bundle, React NativeScript fails to import it at runtime. It might be that React Native is poisoning it somehow. To work around it, I gave up on mixing RNS with RN. I’m focusing on trying to run a complete RN app in a vanilla NativeScript app now (still in the demo-react project, though). I’m stuck even on that, though. The moment I initialise an instance of RCTBridge, the app just exits without writing any logs or providing a stack trace. I’ve been unable to learn any more :/ |
Did we ever do a successful log on iOS? Is the native iOS rn accessible without making any changes? I am noticing when I comment out the custom |
ReactReconciler is not a function
..which currently comes from running the demo-react project on ios.
I tried running the it with uninstalling react-native and found the below error. I have no idea if they are related yet, maybe
ReactReconciler is not a function
is triggered by it, but being altered with rn somehow?The text was updated successfully, but these errors were encountered: