UNPKG

react-native-settings

Version:

Access iOS and Android device settings from React Native

35 lines (16 loc) 1.58 kB
# Changelog ## [1.0.2](https://github.com/rmrs/react-native-settings/compare/v1.0.1...v1.0.2) (2025-06-10) ### Bug Fixes * add mavenCentral for repositories ([#132](https://github.com/rmrs/react-native-settings/issues/132)) ([1a66ed9](https://github.com/rmrs/react-native-settings/commit/1a66ed9aaa43df7b7ef6a27e0b4afd04aa13a600)) * allow overriding minSdkVersion ([#133](https://github.com/rmrs/react-native-settings/issues/133)) ([b1b8f9d](https://github.com/rmrs/react-native-settings/commit/b1b8f9d4c3bf42368c00861c7ae6cb602e2afd7f)) ## [1.0.1](https://github.com/rmrs/react-native-settings/compare/v1.0.0...v1.0.1) (2025-06-07) ### Bug Fixes * support receiver usage on API26+ ([#128](https://github.com/rmrs/react-native-settings/issues/128)) ([b48ca63](https://github.com/rmrs/react-native-settings/commit/b48ca630119e8de340958c461ea096d18b45f6bc)) ## [1.0.0](https://github.com/rmrs/react-native-settings/compare/v0.2.3...v1.0.0) (2022-11-05) ### Features * official v1 release ([c7c9a0c](https://github.com/rmrs/react-native-settings/commit/c7c9a0c8755c20bd19a780040ac1f6141afbc844)) ### Miscellaneous Chores * release 1.0.0 ([#114](https://github.com/rmrs/react-native-settings/issues/114)) ([c7c9a0c](https://github.com/rmrs/react-native-settings/commit/c7c9a0c8755c20bd19a780040ac1f6141afbc844)) ## v0.0.1-alpha7 (October 19, 2018) ### Android * Event listeners must be registered explicitly in `MainApplication.java` instead of in the manifest. ([@erezrokah](https://github.com/erezrokah) in [#24](https://github.com/rmrs/react-native-settings/pull/24))