0.0.4 • Published 4 years ago

feature-sitefinder v0.0.4

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

Station Finder

Dependencies

This feature is dependent on a number of native libraries, when being used in the base app the following commands must be run in the base app to install the package:

npm install feature-sitefinder-react --save
npm install react-native-maps --save
npm install @react-native-community/geolocation --save
react-native link react-native-maps
react-native link @react-native-community/geolocation

After installation and linking a pod install must be performed. The packaging server and appliction will often need to be restarted after these steps.