dependency issue
praveenganesh opened this issue · 2 comments
praveenganesh commented
Error: Unable to resolve module @react-native-community/geolocation
from node_modules\react-native-location-view\src\LocationView.js
hhunaid commented
You need to install @react-native-community/geolocation
package separately. Since there are multiple versions of these which work for different react native versions AND you need to have this module in your package.json for auto-linking to work.
praveenganesh commented
@react-native-community/geolocation this information missing in documentation