react-native-geolocation
react-native-geolocation copied to clipboard
not autolinking react-native 0.60.x
Environment
System: OS: Linux 4.15 Ubuntu 18.04.3 LTS (Bionic Beaver) CPU: (8) x64 Intel(R) Core(TM) i7-2630QM CPU @ 2.00GHz Memory: 597.36 MB / 7.70 GB Shell: 4.4.20 - /bin/bash Binaries: Node: 10.18.1 - /usr/bin/node Yarn: 1.21.1 - /usr/bin/yarn npm: 6.13.6 - /usr/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman SDKs: Android SDK: API Levels: 10, 15, 23, 24, 25, 26, 28 Build Tools: 23.0.1, 23.0.3, 25.0.2, 26.0.1, 28.0.3, 29.0.1, 29.0.2 System Images: android-10 | ARM EABI v7a, android-28 | Google Play Intel x86 Atom npmPackages: react: 16.9.0 => 16.9.0 react-native: 0.61.5 => 0.61.5 npmGlobalPackages: react-native-cli: 2.0.1 react-native-rename: 2.4.1
Platforms
Android
Versions
- react-native-geolocation: latest
- react-native: 0.61.5
- react: 16.9.0
Description
Autolinking is not working with install: npm install @react-native-community/geolocation --save
Reproducible Demo
Using: react-native link @react-native-community/geolocation I get has been successfully linked Running on Android: react-native run-android I get: error React Native CLI uses autolinking for native dependencies, but the following modules are linked manually:
- @react-native-community/geolocation (to unlink run: "react-native unlink @react-native-community/geolocation")
Having the same issue on android
the same issue for v3.0.1、React Native 0.63.3 on Windows. Running on Android: react-native run-android I get: Error: The package '@react-native-community/geolocation' doesn't seem to be linked. Make sure:
- You rebuilt the app after installing the package
- You are not using Expo managed workflow
the same issue for v3.0.1、React Native 0.63.3 on Windows. Running on Android: react-native run-android I get: Error: The package '@react-native-community/geolocation' doesn't seem to be linked. Make sure:
- You rebuilt the app after installing the package
- You are not using Expo managed workflow
I have the same issue too
Same issue
+1