We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For working With Babylon i use this dependensis
"@babylonjs/core": "^6.14.0", "@babylonjs/loaders": "^6.14.0", "@babylonjs/react-native": "^1.8.1", "@babylonjs/react-native-iosandroid-0-69": "^1.8.1",
My react native versions
"react-native": "0.69.7", "react": "18.0.0",
In debug mode, everything works correctly, but in the release APK, Babylon doesn't work, and I only see a black screen.
In the documentation, it is written to use the Hermes engine, but in the demonstration app, Hermes isn't used.
How can I correctly work with Babylon in React Native?"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For working With Babylon i use this dependensis
"@babylonjs/core": "^6.14.0",
"@babylonjs/loaders": "^6.14.0",
"@babylonjs/react-native": "^1.8.1",
"@babylonjs/react-native-iosandroid-0-69": "^1.8.1",
My react native versions
"react-native": "0.69.7",
"react": "18.0.0",
In debug mode, everything works correctly, but in the release APK, Babylon doesn't work, and I only see a black screen.
In the documentation, it is written to use the Hermes engine, but in the demonstration app, Hermes isn't used.
How can I correctly work with Babylon in React Native?"
The text was updated successfully, but these errors were encountered: