|
46 | 46 | "@hookform/resolvers": "^3.9.0", |
47 | 47 | "@shopify/flash-list": "1.7.1", |
48 | 48 | "@tanstack/react-query": "^5.52.1", |
49 | | - "app-icon-badge": "^0.1.1", |
| 49 | + "app-icon-badge": "^0.1.2", |
50 | 50 | "axios": "^1.7.5", |
51 | 51 | "expo": "~52.0.4", |
52 | 52 | "expo-constants": "~17.0.2", |
|
56 | 56 | "expo-linking": "~7.0.2", |
57 | 57 | "expo-localization": "~16.0.0", |
58 | 58 | "expo-router": "~4.0.3", |
59 | | - "expo-splash-screen": "0.29.7", |
| 59 | + "expo-splash-screen": "~0.29.7", |
60 | 60 | "expo-status-bar": "~2.0.0", |
61 | 61 | "expo-system-ui": "~4.0.2", |
62 | 62 | "i18next": "^23.14.0", |
|
76 | 76 | "react-native-reanimated": "~3.16.1", |
77 | 77 | "react-native-restart": "0.0.27", |
78 | 78 | "react-native-safe-area-context": "4.12.0", |
79 | | - "react-native-screens": "~4.0.0", |
| 79 | + "react-native-screens": "^4.0.0", |
80 | 80 | "react-native-svg": "~15.8.0", |
81 | 81 | "react-native-web": "~0.19.13", |
82 | 82 | "react-query-kit": "^3.3.0", |
|
128 | 128 | "type": "git", |
129 | 129 | "url": "git+https://github.com/obytes/react-native-template-obytes.git" |
130 | 130 | }, |
131 | | - "packageManager": "[email protected]" |
| 131 | + "packageManager": "[email protected]", |
| 132 | + "expo": { |
| 133 | + "doctor": { |
| 134 | + "reactNativeDirectoryCheck": { |
| 135 | + "listUnknownPackages": false, |
| 136 | + "exclude": [ |
| 137 | + "react-native-restart" |
| 138 | + ] |
| 139 | + } |
| 140 | + }, |
| 141 | + "install": { |
| 142 | + "exclude": [ |
| 143 | + "eslint-config-expo" |
| 144 | + ] |
| 145 | + } |
| 146 | + } |
132 | 147 | } |
0 commit comments