We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed0d2d commit 885f815Copy full SHA for 885f815
Modules/@babylonjs/react-native/ios/BabylonNativeInterop.mm
@@ -24,7 +24,7 @@ @interface RCTBridge (RCTTurboModule)
24
25
@implementation BabylonNativeInterop
26
27
-static NSMutableArray* activeTouches;
+static NSMutableArray* activeTouches = [NSMutableArray new];
28
29
+ (void)initialize:(RCTBridge*)bridge {
30
auto jsCallInvoker{ bridge.jsCallInvoker };
Modules/@babylonjs/react-native/package.json
@@ -28,7 +28,7 @@
"semver": "^7.3.2"
},
"peerDependencies": {
31
- "@babylonjs/core": "^5.0.0-alpha.9",
+ "@babylonjs/core": "^5.0.0-alpha.13",
32
"react": "^16.13.1",
33
"react-native": "^0.63.1",
34
"react-native-permissions": "^2.1.4"
0 commit comments