File tree Expand file tree Collapse file tree 2 files changed +340
-860
lines changed
Expand file tree Collapse file tree 2 files changed +340
-860
lines changed Original file line number Diff line number Diff line change 88 "lint" : " eslint ."
99 },
1010 "dependencies" : {
11+ "instabug-reactnative" : " ../" ,
1112 "react" : " 16.8.6" ,
12- "react-native" : " 0.60.0" ,
13- "instabug-reactnative" : " ../"
13+ "react-native" : " 0.60.0"
1414 },
1515 "devDependencies" : {
1616 "@babel/core" : " ^7.5.4" ,
1717 "@babel/runtime" : " ^7.5.4" ,
1818 "@react-native-community/eslint-config" : " ^0.0.5" ,
1919 "babel-jest" : " ^24.8.0" ,
20+ "detox" : " ^13.2.0" ,
2021 "eslint" : " ^6.0.1" ,
2122 "jest" : " ^24.8.0" ,
2223 "metro-react-native-babel-preset" : " ^0.55.0" ,
2728 "transformIgnorePatterns" : [
2829 " node_modules/(?!react-native|react-navigation)/"
2930 ]
31+ },
32+ "detox" : {
33+ "configurations" : {
34+ "ios.sim.debug" : {
35+ "binaryPath" : " ios/build/Build/Products/Debug-iphonesimulator/InstabugSample.app" ,
36+ "build" : " xcodebuild -workspace ios/InstabugSample.xcworkspace -scheme InstabugSample -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build" ,
37+ "type" : " ios.simulator" ,
38+ "name" : " iPhone X"
39+ }
40+ },
41+ "test-runner" : " jest"
3042 }
3143}
You can’t perform that action at this time.
0 commit comments