fix prop-types missing error when the app start. This start to happen on expo 51.
Showing
... | @@ -35,6 +35,7 @@ | ... | @@ -35,6 +35,7 @@ |
"@types/react-native-base64": "^0.2.2", | "@types/react-native-base64": "^0.2.2", | ||
"husky": "^9.0.11", | "husky": "^9.0.11", | ||
"lint-staged": "^15.2.2", | "lint-staged": "^15.2.2", | ||
"prop-types": "^15.8.1", | |||
"typescript": "~5.3.3" | "typescript": "~5.3.3" | ||
}, | }, | ||
"private": true | "private": true | ||
... | ... |
Please
register
or
sign in
to comment