Darron Park
Darron Park
@Witexp You can modify it through Android Studio or whatever.
I created fork to solve this issue. https://github.com/darron1217/react-native-background-geolocation You can install it by command below ``` npm install https://github.com/darron1217/react-native-background-geolocation#develop ```
I created fork to solve this issue. https://github.com/darron1217/react-native-background-geolocation You can install it by command below ``` npm install https://github.com/darron1217/react-native-background-geolocation#develop ```
This plugin seems having an issue with iOS. Soon I'll investigate into it.
I created fork to solve this issue. (And it also fixes Gradle4 issue) https://github.com/darron1217/react-native-background-geolocation (Edit) You can install it by command below ``` yarn add @darron1217/react-native-background-geolocation ```
@Adigezalov Did you try re-installing the package? (npm remove and npm install)
@Adigezalov What's your npm or yarn version? (Edit) yarn seems not supporting submodule. https://github.com/yarnpkg/yarn/issues/1488
@Adigezalov Did you select "Allow all" on dialog? If then, submit an issue here https://github.com/darron1217/react-native-background-geolocation/issues
@Adigezalov @guilhermeadsferreira I've uploaded it on npm. Now you can install it by `yarn add @darron1217/react-native-background-geolocation` (I changed package name, so you might need to change it on your code)
I created fork to solve this issue. (And it also fixes Gradle4 issue) https://github.com/darron1217/react-native-background-geolocation You can install it by command below (Updated) ``` yarn add @darron1217/react-native-background-geolocation ```