|
3 | 3 | "version": "0.1.0", |
4 | 4 | "private": true, |
5 | 5 | "dependencies": { |
6 | | - "expo": "^27.0.0", |
| 6 | + "expo": "^28.0.0", |
7 | 7 | "react": "16.5.1", |
8 | 8 | "react-dom": "^16.5.1", |
9 | | - "react-native": "https://github.com/expo/react-native/archive/sdk-27.0.0.tar.gz", |
| 9 | + "react-native": "https://github.com/expo/react-native/archive/sdk-28.0.0.tar.gz", |
10 | 10 | "react-native-web": "^0.11.2" |
11 | 11 | }, |
12 | 12 | "main": "./node_modules/react-native-scripts/build/bin/crna-entry.js", |
13 | 13 | "scripts": { |
14 | 14 | "web": "react-scripts start", |
15 | 15 | "build-web": "react-scripts build", |
16 | | - "test-web": "react-scripts test --env=jsdom", |
17 | | - "eject-web": "react-scripts eject", |
| 16 | + "start-expo": "expo start", |
18 | 17 | "start-native": "react-native-scripts start", |
19 | 18 | "eject-native": "react-native-scripts eject", |
20 | 19 | "android": "react-native-scripts android", |
21 | 20 | "ios": "react-native-scripts ios", |
22 | | - "test-native": "node node_modules/jest/bin/jest.js --watch", |
23 | | - "test": "yarn run test-web && yarn run test-native" |
| 21 | + "test": "echo 'not supported' && exit 1" |
24 | 22 | }, |
25 | 23 | "jest": { |
26 | 24 | "preset": "jest-expo" |
|
31 | 29 | "babel-plugin-transform-react-jsx-source": "^6.22.0", |
32 | 30 | "babel-preset-expo": "^4.0.0", |
33 | 31 | "flow-bin": "^0.66.0", |
34 | | - "react-scripts": "1.1.4", |
35 | 32 | "react-art": "16.5.1", |
36 | | - "jest-expo": "^27.0.0", |
37 | 33 | "react-native-scripts": "^1.13.1", |
| 34 | + "react-scripts": "1.1.4", |
38 | 35 | "react-test-renderer": "16.5.1" |
39 | 36 | } |
40 | 37 | } |
0 commit comments