philiWeitz / react-native-location-switch

Apache License 2.0
21 stars 35 forks source link

not working with Gradle 3 on Android #11

Open ArkadySladkoff opened 5 years ago

ArkadySladkoff commented 5 years ago

Last react-native-maps require Gradle 3 on Android. So I can't use your library also as many another developers.

ArkadySladkoff commented 5 years ago

Works for me build.gradle buildToolsVersion = "26.0.1" minSdkVersion = 22 compileSdkVersion = 27 targetSdkVersion = 26 supportLibVersion = "27.1.1" googlePlayServicesVersion = "11.0.0" androidMapsUtilsVersion = "0.5+"

MainActivity import org.pweitz.reactnative.locationswitch.LocationSwitch; import android.content.Intent;

package.json "react-native-location-switch": "https://github.com/philiWeitz/react-native-location-switch",

Thank you. Please publish "https://github.com/philiWeitz/react-native-location-switch"