File tree Expand file tree Collapse file tree 5 files changed +12
-7
lines changed
examples/demo-react-native Expand file tree Collapse file tree 5 files changed +12
-7
lines changed Original file line number Diff line number Diff line change 34
34
"jest" : " 25.1.x" ,
35
35
"mockdate" : " ^2.0.1" ,
36
36
"prettier" : " 1.7.0" ,
37
- "react-native" : " 0.60 .x" ,
37
+ "react-native" : " 0.62 .x" ,
38
38
"wtfnode" : " ^0.8.0"
39
39
},
40
40
"dependencies" : {
Original file line number Diff line number Diff line change @@ -27,9 +27,9 @@ def rn_pods
27
27
pod 'React-jsi' , :path => '../node_modules/react-native/ReactCommon/jsi'
28
28
pod 'React-jsiexecutor' , :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
29
29
pod 'React-jsinspector' , :path => '../node_modules/react-native/ReactCommon/jsinspector'
30
- pod 'ReactCommon/jscallinvoker ' , :path => "../node_modules/react-native/ReactCommon"
30
+ pod 'ReactCommon/callinvoker ' , :path => "../node_modules/react-native/ReactCommon"
31
31
pod 'ReactCommon/turbomodule/core' , :path => "../node_modules/react-native/ReactCommon"
32
- pod 'Yoga' , :path => '../node_modules/react-native/ReactCommon/yoga'
32
+ pod 'Yoga' , :path => '../node_modules/react-native/ReactCommon/yoga' , :modular_headers => true
33
33
34
34
pod 'DoubleConversion' , :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
35
35
pod 'glog' , :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
Original file line number Diff line number Diff line change @@ -86,6 +86,11 @@ - (void)sendShakeEvent
86
86
[self sendEventWithName: @" ShakeEvent" body: nil ];
87
87
}
88
88
89
+ + (BOOL )requiresMainQueueSetup
90
+ {
91
+ return YES ;
92
+ }
93
+
89
94
@end
90
95
91
96
@interface ShakeDetectViewController : UIViewController
Original file line number Diff line number Diff line change 31
31
},
32
32
"dependencies" : {
33
33
"moment" : " ^2.24.0" ,
34
- "react" : " 16.9.0 " ,
35
- "react-native" : " 0.61.4 "
34
+ "react" : " 16.11.x " ,
35
+ "react-native" : " 0.62.x "
36
36
},
37
37
"devDependencies" : {
38
38
"@babel/core" : " ^7.4.5" ,
Original file line number Diff line number Diff line change 19
19
"e2e:android-release" : " npm run build:android-release && npm run test:android-release"
20
20
},
21
21
"dependencies" : {
22
- "react" : " 16.9.0 " ,
23
- "react-native" : " 0.61.4 "
22
+ "react" : " 16.11.x " ,
23
+ "react-native" : " 0.62.x "
24
24
},
25
25
"devDependencies" : {
26
26
"detox" : " ^16.2.0" ,
You can’t perform that action at this time.
0 commit comments