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

Open android settings from your react native app

Results 20 react-native-android-open-settings issues
Sort by recently updated
recently updated
newest added

Please support RN 0.60+ support autolinking

Updated the readme file to support React Native 0.60 autolink feature, and fixed Java code indentation so it's shown properly.

Thanks for sharing this project! We'd love to use it as part of the Mattermost open source project (https://mattermost.com/) in our [React Native mobile app](https://github.com/mattermost/mattermost-mobile) (which uses an Apache 2.0...

Sometimes is useful to be able to run some code after you return from settings. Currently have a JavaScript helper I was using based on AppState. Not sure if there...

![Screenshot from 2019-05-29 10-02-37](https://user-images.githubusercontent.com/5516565/58540144-10310a80-81f9-11e9-825e-d6f054444a90.png) ` 2:8 error No default export found in module import/default` eslint can't find a default export "react-native-android-open-settings": "1.3.0", "eslint": "5.16.0", "eslint-plugin-import": "2.17.2",

"react-native": "^0.54.3", "react-native-android-open-settings": "^1.2.0", * What went wrong: A problem occurred evaluating project ':react-native-android-open-settings'. > Could not find method implementation() for arguments [com.facebook.react:react-native:+] on object of type org.gradle.api.internal.artifacts.dsl.dependencies.DefaultDependencyHandler. in `node_modules/react-native-android-open-settings/android/build.gradle`...

Add Method ```appLocaleSettings``` [ACTION_APP_LOCALE_SETTINGS Intent](https://developer.android.com/reference/android/provider/Settings#ACTION_APP_LOCALE_SETTINGS) was Added in [API level 33](https://developer.android.com/guide/topics/manifest/uses-sdk-element#ApiLevels) [Android app-languages](https://developer.android.com/guide/topics/resources/app-languages)