Toublou Prosper
Toublou Prosper
I have the same issue, but only when i import a item from "@realm/react". without this import, the Expo application not crashing. Platform : Android 10
@kraenhansen below, is the content of the package.json file "@native-base/icons": "^0.0.11", "@react-native-async-storage/async-storage": "~1.17.3", "@react-native-masked-view/masked-view": "0.2.6", "@react-navigation/bottom-tabs": "^6.2.0", "@react-navigation/material-bottom-tabs": "^6.1.1", "@react-navigation/material-top-tabs": "^6.1.1", "@react-navigation/native": "^6.0.8", "@react-navigation/native-stack": "^6.5.0", "@react-navigation/stack": "^6.1.1", "@realm/react": "^0.3.1" "@reduxjs/toolkit":...
**node_modules/@realm/react/node_modules/realm/package.json** { "name": "realm", "description": "Realm is a mobile database: an alternative to SQLite and key-value stores", "version": "10.19.1", "license": "See the actual license in the file LICENSE", "homepage": "https://realm.io",...
After deleting the directory, the application works fine without crashing but without the use of "UserProvider". When I use "UserProvider" the app crash with if this error: "TypeError: app.addListener is...