Closed
Description
React Native version: 0.60.0
Steps To Reproduce
- react-native init test
- edit pods to include geolocation
- atempt pod install
- observe error due to inability to find Geolocation node_module
- check '../node_modules/react-native/Geolocation
- The library is not present
Describe what you expected to happen:
- react-native init test
- edit pods to include geolocation
- atempt pod install
4.pod installs correctly - navigator.geolocation.getCurrentPosition should not error