surialabs / react-native-geo-fencing

Native modules to determine if a location is within defined geographical boundaries using Google Geometry library
139 stars 33 forks source link

Could not find a declaration file for module 'react-native-geo-fencing #22

Open nadishan opened 4 years ago

nadishan commented 4 years ago

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",
strdr4605 commented 4 years ago

This package does not have types for typescript and there no @types/react-native-geo-fencing Check https://github.com/goparrot/react-native-geometry-utils.