Could not find a declaration file for module 'react-native-geo-fencing'. 'MY_LOCA/node_modules/react-native-geo-fencing/index.js' implicitly has an 'any' type.
Try npm install @types/react-native-geo-fencing if it exists or add a new declaration (.d.ts) file containing declare module 'react-native-geo-fencing';ts
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-geo-fencing": "^0.1.0",
Could not find a declaration file for module 'react-native-geo-fencing'. 'MY_LOCA/node_modules/react-native-geo-fencing/index.js' implicitly has an 'any' type.
Try
npm install @types/react-native-geo-fencingif it exists or add a new declaration (.d.ts) file containingdeclare module 'react-native-geo-fencing';ts