fix error about missing prop-types module
Showing
... | @@ -4,6 +4,7 @@ | ... | @@ -4,6 +4,7 @@ |
"main": "node_modules/expo/AppEntry.js", | "main": "node_modules/expo/AppEntry.js", | ||
"scripts": { | "scripts": { | ||
"start": "npx expo start", | "start": "npx expo start", | ||
"clean-start": "rm -rf node_modules && yarn install && rm -rf $TMPDIR/react* && yarn start --reset-cache", | |||
"android": "npx expo start --android", | "android": "npx expo start --android", | ||
"ios": "npx expo start --ios", | "ios": "npx expo start --ios", | ||
"web": "npx expo start --web", | "web": "npx expo start --web", | ||
... | @@ -21,6 +22,7 @@ | ... | @@ -21,6 +22,7 @@ |
"axios": "^1.6.8", | "axios": "^1.6.8", | ||
"expo": "^51.0.0", | "expo": "^51.0.0", | ||
"expo-status-bar": "~1.12.1", | "expo-status-bar": "~1.12.1", | ||
"prop-types": "^15.8.1", | |||
"react": "18.2.0", | "react": "18.2.0", | ||
"react-native": "0.74.1", | "react-native": "0.74.1", | ||
"react-native-safe-area-context": "4.10.1", | "react-native-safe-area-context": "4.10.1", | ||
... | ... |
Please
register
or
sign in
to comment