troubleshooting - foodspotgroup/foodspot-mobile-client GitHub Wiki

Abstract

Contains troubleshooting guides and common errors encountered during development and how to resolve it.

datetimepicker installation

When running npm install, there's an issue with the @react-native-community/datetimepicker package which complains about a peer dependency (react 17) doesn't exist. This is because React Native supports only up to react 16. To fix this, you have to type:

npm install @react-native-community/datetimepicker --legacy-peer-deps