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

Allows access to various Android and iOS device settings using React Native

Results 17 react-native-settings issues
Sort by recently updated
recently updated
newest added

## :rotating_light: The automated release from the `master` branch failed. :rotating_light: I recommend you give this issue a high priority, so other packages depending on you could benefit from your...

semantic-release

## Issue [DeviceEventEmitter has been deprecated](https://github.com/facebook/react-native/blob/1490ab12ef156bf3201882eeabfcac18a1210352/Libraries/EventEmitter/RCTNativeAppEventEmitter.js#L15) `DeviceEventEmitter.addListener( RNSettings.AIRPLANE_MODE_EVENT, this._handleAirplaneModeEvent, );` Is there an alternative to those examples ? Thanks --- ## Project Files ## Environment Click To Expand **`react-native info`...

## Issue I was using normally the Fast Refresh of the React Native. But when I installed the "react-native-settings" and added the code below: ``` useEffect(() => { DeviceEventEmitter.addListener( RNSettings.GPS_PROVIDER_EVENT,...

## Issue Describe your issue here with as much detail possible. I'm trying to use this package for my typescript project but it seems like @types/react-native-settings is not available. When...

I'm using Detox for e2e tests and after upgrading to RN 0.64, the app detox build fails. This issue could concern multiple modules. It's referenced here: [https://github.com/wix/Detox/issues/2712](https://github.com/wix/Detox/issues/2712) The following command...

Fix android build fails for AndroidTest with minSdkVersion 17 with react-native 0.64 ( #83)

Location settings can be checked by using `RNSettings.LOCATION_SETTING`. like wise where can we find the setting names for all type of settings in the devise? OR is this library supports...

Error: `TypeError: null is not an object (evaluating '_reactNativeSettings.default.getSetting')` Click To Expand ``` TypeError: null is not an object (evaluating '_reactNativeSettings.default.getSetting') This error is located at: in WrapperComponent (at OrdersScreen.js:215)...

## Issue Hello. I'm new in React Native, so maybe it's totally my fault. I tried to listen the location change with the DeviceEventEmitter. It works fine, but everytime i...

## Issue Describe your issue here with as much detail possible. When `RNSettings.getSetting(RNSettings.LOCATION_SETTING)` is called, the success callback is called with a string `RNSettings.ENABLED` or `RNSettings.DISABLED`. But when the device...