Skip to content

Commit bf7775b

Browse files
authored
Update Babylon Native and Babylon.js to latest (#58)
- Updating Babylon Native to get the BGFX fix for re-instantiating the EngineView on iOS (as described in #15) (and verified this is fixed). - Updating Babylon.js to get the 32-bit index buffer fix (as described in BabylonJS/BabylonNative#321) (did not verify this fix, but I think @RonnieAshlock did).
1 parent ae8f4a6 commit bf7775b

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Apps/Playground/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Apps/Playground/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"lint": "eslint . --ext .js,.jsx,.ts,.tsx"
1111
},
1212
"dependencies": {
13-
"@babylonjs/core": "4.2.0-alpha.21",
13+
"@babylonjs/core": "4.2.0-alpha.26",
1414
"@babylonjs/react-native": "file:../../Modules/@babylonjs/react-native",
1515
"@react-native-community/slider": "^2.0.9",
1616
"logkitty": "^0.7.1",

Modules/@babylonjs/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"licenseFilename": "LICENSE",
2525
"readmeFilename": "README.md",
2626
"peerDependencies": {
27-
"@babylonjs/core": "^4.2.0-alpha.21",
27+
"@babylonjs/core": "^4.2.0-alpha.26",
2828
"react": "^16.8.1",
2929
"react-native": ">=0.60.0-rc.0 <1.0.x",
3030
"react-native-permissions": "^2.1.4"

0 commit comments

Comments
 (0)