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.