react-native-settings icon indicating copy to clipboard operation
react-native-settings copied to clipboard

Android - LocationSettingsRequest

Open padupuy opened this issue 5 years ago • 1 comments

Issue

On Android, we could use LocationSettingsRequest to ask the user to enable the phone location, there is an implementation example here. I think it's less confusing for the user because it's just a modal on top of the app, there is no "context switching" between the settings and the app.

I don't no if there is an equivalent on iOS.

Capture d’écran 2020-02-21 à 16 22 18

Environment

Click To Expand

react-native info output:

System:
    OS: macOS 10.15.3
    CPU: (12) x64 Intel(R) Core(TM) i7-9750H CPU @ 2.60GHz
    Memory: 154.79 MB / 16.00 GB
    Shell: 5.7.1 - /bin/zsh
  Binaries:
    Node: 13.5.0 - ~/.nvm/versions/node/v13.5.0/bin/node
    Yarn: 1.21.1 - /usr/local/bin/yarn
    npm: 6.13.4 - ~/.nvm/versions/node/v13.5.0/bin/npm
    Watchman: 4.9.0 - /usr/local/bin/watchman
  SDKs:
    iOS SDK:
      Platforms: iOS 13.2, DriverKit 19.0, macOS 10.15, tvOS 13.2, watchOS 6.1
    Android SDK:
      API Levels: 23, 28, 29
      Build Tools: 28.0.3, 29.0.2
      System Images: android-28 | Google Play Intel x86 Atom, android-29 | Google APIs Intel x86 Atom
  IDEs:
    Android Studio: 3.5 AI-191.8026.42.35.6010548
    Xcode: 11.3/11C29 - /usr/bin/xcodebuild
  npmPackages:
    react: 16.9.0 => 16.9.0 
    react-native: 0.60.0 => 0.60.0
  • Platform that you're experiencing the issue on:
    • [ ] iOS
    • [x] Android

padupuy avatar Feb 21 '20 15:02 padupuy

Good idea, let me look into it

erezrokah avatar Feb 24 '20 08:02 erezrokah