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