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

No longer maintained

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

Hi anyone who wants to use this package, like I did! I've migrated some of the stale PR's over to a different repo found [here](https://github.com/NS-BOBBY-C/react-native-open-settings?organization=NS-BOBBY-C&organization=NS-BOBBY-C). I welcome your fixes, PRs,...

When running `pod install` on a project in RN 0.60 (master branch) that depends on this library, it fails and this message is printed: ```bash [!] use_native_modules! skipped the react-native...

Added index.d.ts to support typescript.

Running MacOS 10.15 beta and Xcode 10. When trying to build an app that uses this library as a dependency, the build fails saying `UIApplication` is undefined. This fixes that...

Fixes #2 for the people who use cocoapods with RN

The build failed because the targetSdkVersion is 22 at the moment. ``` /react-native-app/node_modules/react-native-open-settings/android/build.gradle:9: Error: Google Play requires that apps target API level 26 or higher. [ExpiredTargetSdkVersion] targetSdkVersion 22 ~~~~~~~~~~~~~~~~~~~ ```...

The readme currently suggests that we edit `protected List getPackages()` method inside MainActivity.java. It should be MainApplication.java instead. Ps: this package proved very helpful. Thanks

WARNING: Configuration 'compile' is obsolete and has been replaced with 'implementation' and 'api'. **It will be removed at the end of 2018**. For more information see: http://d.android.com/r/tools/update-dependency-configurations.html

How can i use react native code and program for clicking on a button and go wifi setting? Could u help me that.