You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I When I install a new package, the application crashes when it starts (the window is shown with its UI, and then closes, even if I can still see it in the android 'opened apps' view, to select and open it again (before crashing again and again).
The adb logcat gives an 'unknown subreason' :
To reproduce it (mac Os 12, node 22.13.0, tried also with 18):
npx @react-native-community/cli init
cd myApp
npm install nodejs-mobile-react-native --save
cd nodejs-assets/nodejs-project
npm i helia --save
npm run android
it crashes if there is a node_modules directory in nodejs-assets/nodejs-project. When it is removed, it works... but it crashes the same way as soon I require the library in `main.js`` (obviously if lib is not installed...)
I When I install a new package, the application crashes when it starts (the window is shown with its UI, and then closes, even if I can still see it in the android 'opened apps' view, to select and open it again (before crashing again and again).
The
adb logcat
gives an 'unknown subreason' :To reproduce it (mac Os 12, node 22.13.0, tried also with 18):
it crashes if there is a
node_modules
directory innodejs-assets/nodejs-project
. When it is removed, it works... but it crashes the same way as soon I require the library in `main.js`` (obviously if lib is not installed...)I don't know if it comes from helia packages. I've tried with fireproof with the same effect.
Did I missed anything in the setup ?
The text was updated successfully, but these errors were encountered: