react-native-ios-settings-bundle
react-native-ios-settings-bundle copied to clipboard
React Native library for get ios settings bundle
Hi @hamid, Thanks for all the efforts you put forward to develop this 🙏 By looking at the commit history, I was wondering whether this is still maintained or not?
Settings: https://reactnative.dev/docs/settings Implementation: https://stackoverflow.com/a/72500884/2328064
``` $ npm install react-native-ios-settings-bundle ... npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm...
Fixed platform detection because `Platform ` is an object and to get the platform we should use `OS` key
I used the following code. It works on the simulator however it does not work on real device. On real device I am not sure it its running any of...
after i create my Setting.Bundle:  and set this code lines: `RNIosSettingsBundle.get('url_reference',(err,value)=>{ console.log('sucesso ===',value); console.log('errooooo ======',err); })` I got this message: Info...
Bumps [@sideway/formula](https://github.com/sideway/formula) from 3.0.0 to 3.0.1. Commits 5b44c1b 3.0.1 9fbc20a chore: better number regex 41ae98e Cleanup c59f35e Move to Sideway See full diff in compare view Maintainer changes This version...
Bumps [activesupport](https://github.com/rails/rails) from 6.1.5.1 to 6.1.7.2. Release notes Sourced from activesupport's releases. v6.1.7.2 Active Support No changes. Active Model No changes. Active Record No changes. Action View No changes. Action...
Bumps [json5](https://github.com/json5/json5) from 2.2.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...