|
5 | 5 | "android": "expo start --android",
|
6 | 6 | "ios": "expo start --ios",
|
7 | 7 | "web": "expo start --web",
|
8 |
| - "eject": "expo eject" |
| 8 | + "eject": "expo eject", |
| 9 | + "prepare": "relative-deps" |
| 10 | + }, |
| 11 | + "relativeDependencies": { |
| 12 | + "react-navigation-header-buttons": "../" |
9 | 13 | },
|
10 | 14 | "dependencies": {
|
11 |
| - "@babel/runtime": "^7.4.5", |
12 |
| - "@expo/react-native-action-sheet": "^2.1.0", |
13 |
| - "expo": "^33.0.0", |
14 |
| - "react": "16.8.3", |
15 |
| - "react-dom": "^16.8.6", |
16 |
| - "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz", |
17 |
| - "react-native-paper": "^2.16.0", |
18 |
| - "react-native-platform-touchable": "^1.1.1", |
19 |
| - "react-native-web": "^0.11.4", |
20 |
| - "react-navigation": "^3.11.0" |
| 15 | + "@expo/react-native-action-sheet": "^3.4.1", |
| 16 | + "@react-native-community/masked-view": "^0.1.6", |
| 17 | + "expo": "~36.0.0", |
| 18 | + "react": "~16.9.0", |
| 19 | + "react-dom": "~16.9.0", |
| 20 | + "react-native": "https://github.com/expo/react-native/archive/sdk-36.0.0.tar.gz", |
| 21 | + "react-native-gesture-handler": "~1.5.0", |
| 22 | + "react-native-paper": "^3.4.0", |
| 23 | + "react-native-reanimated": "~1.4.0", |
| 24 | + "react-native-safe-area-context": "^0.6.2", |
| 25 | + "react-native-screens": "2.0.0-alpha.12", |
| 26 | + "react-native-web": "~0.11.7", |
| 27 | + "react-navigation": "^4.0.10", |
| 28 | + "react-navigation-header-buttons": "^3.0.4", |
| 29 | + "react-navigation-stack": "^2.0.15" |
21 | 30 | },
|
22 | 31 | "devDependencies": {
|
23 |
| - "@types/react": "^16.8.19", |
24 |
| - "@types/react-native": "^0.57.60", |
25 |
| - "babel-preset-expo": "^5.1.1", |
26 |
| - "typescript": "^3.4.5" |
| 32 | + "@babel/core": "^7.0.0", |
| 33 | + "@types/react": "~16.9.0", |
| 34 | + "@types/react-native": "~0.60.23", |
| 35 | + "babel-preset-expo": "~8.0.0", |
| 36 | + "relative-deps": "^1.0.0", |
| 37 | + "typescript": "~3.6.3" |
27 | 38 | },
|
28 | 39 | "private": true
|
29 | 40 | }
|
0 commit comments