Skip to content

Commit

Permalink
RN62
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoNatan committed Apr 13, 2020
1 parent 1689c98 commit 30f6dfa
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 7 deletions.
2 changes: 1 addition & 1 deletion detox/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
"jest": "25.1.x",
"mockdate": "^2.0.1",
"prettier": "1.7.0",
"react-native": "0.60.x",
"react-native": "0.62.x",
"wtfnode": "^0.8.0"
},
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions detox/test/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ def rn_pods
pod 'React-jsi', :path => '../node_modules/react-native/ReactCommon/jsi'
pod 'React-jsiexecutor', :path => '../node_modules/react-native/ReactCommon/jsiexecutor'
pod 'React-jsinspector', :path => '../node_modules/react-native/ReactCommon/jsinspector'
pod 'ReactCommon/jscallinvoker', :path => "../node_modules/react-native/ReactCommon"
pod 'ReactCommon/callinvoker', :path => "../node_modules/react-native/ReactCommon"
pod 'ReactCommon/turbomodule/core', :path => "../node_modules/react-native/ReactCommon"
pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga'
pod 'Yoga', :path => '../node_modules/react-native/ReactCommon/yoga', :modular_headers => true

pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
pod 'glog', :podspec => '../node_modules/react-native/third-party-podspecs/glog.podspec'
Expand Down
5 changes: 5 additions & 0 deletions detox/test/ios/example/AppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,11 @@ - (void)sendShakeEvent
[self sendEventWithName:@"ShakeEvent" body:nil];
}

+ (BOOL)requiresMainQueueSetup
{
return YES;
}

@end

@interface ShakeDetectViewController : UIViewController
Expand Down
4 changes: 2 additions & 2 deletions detox/test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
},
"dependencies": {
"moment": "^2.24.0",
"react": "16.9.0",
"react-native": "0.61.4"
"react": "16.11.x",
"react-native": "0.62.x"
},
"devDependencies": {
"@babel/core": "^7.4.5",
Expand Down
4 changes: 2 additions & 2 deletions examples/demo-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
"e2e:android-release": "npm run build:android-release && npm run test:android-release"
},
"dependencies": {
"react": "16.9.0",
"react-native": "0.61.4"
"react": "16.11.x",
"react-native": "0.62.x"
},
"devDependencies": {
"detox": "^16.2.0",
Expand Down

0 comments on commit 30f6dfa

Please sign in to comment.