Open JosipSylo opened 4 years ago
@JosipSylo Have you found a solution or what is causing the problem here???
This is related to issue #163
Hi @JosipSylo ,
nodejs-mobile-react-native
needs to be installed with pod install
since version 0.5.0 instead of react-native link
. That might be what is causing the issue.
If you need to use react-native link
, you may need an earlier version of nodejs-mobile-react-native
.
https://github.com/JaneaSystems/nodejs-mobile-react-native/tree/e1dffb38f0560eaa80a8d69c4102bd7952fce056#installation
Hi, I have been experiencing runtime crashes on ios when calling
nodejs.start('main.js');
. The same code runs well on Android. Autolinking doesn't work in my project because of other dependencies so I ran thereact-native link
command. I get the same errors if I run thereact-native link
in a clean react native project.