Description
When I am trying version 1.0.0 with React-Native 0.68
I am getting the below error
WARN Possible Unhandled Promise Rejection (id: 0): TypeError: null is not an object (evaluating 'BabylonModule.initialize') ensureInitialized$@http://localhost:8081/src/index.tsx.bundle?platform=android&dev=true&minify=false&app=XXX.XX.XX&modulesOnly=false&runModule=true:642083:60
Here is my package.json
"@babylonjs/core": "5.0.0", "@babylonjs/loaders": "5.0.0-alpha.60", "@babylonjs/materials": "5.0.0-alpha.60", "@babylonjs/react-native": "^1.0.1",
Expected behavior
React-Native announced version 0.68 with same breaking changes
https://reactnative.dev/blog/2022/03/30/version-068#breaking-changes-and-version-bumps
and upgrade Gradle to 7.3 is one of them> could that be the isssue?
Other
- Platform: [Android]