Coder Social home page Coder Social logo

hamid / react-native-ios-settings-bundle Goto Github PK

View Code? Open in Web Editor NEW
45.0 45.0 11.0 38.54 MB

React Native library for get ios settings bundle

Java 40.71% JavaScript 9.94% Objective-C 8.23% Ruby 3.41% Starlark 5.11% Makefile 4.06% C++ 18.48% Objective-C++ 9.67% C 0.40%
bundle ios react-native settings

react-native-ios-settings-bundle's People

Contributors

hamid avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

react-native-ios-settings-bundle's Issues

Could not resolve dependency react-native@"^0.41.2"

$ 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 ERR! node_modules/react-native
npm ERR!   react-native@"0.68.2" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer react-native@"^0.41.2" from [email protected]
npm ERR! node_modules/react-native-ios-settings-bundle
npm ERR!   react-native-ios-settings-bundle@"*" from the root project
npm ERR!
npm ERR! Fix the upstream dependency conflict, or retry
npm ERR! this command with --force, or --legacy-peer-deps
npm ERR! to accept an incorrect (and potentially broken) dependency resolution.
npm ERR!
npm ERR! See /Users/josh/.npm/eresolve-report.txt for a full report.

npm ERR! A complete log of this run can be found in:
npm ERR!     /Users/josh/.npm/_logs/2022-06-04T14_28_13_463Z-debug-0.log

value is empty or the key is not defined

after i create my Setting.Bundle:
Captura de Tela 2019-12-06 aฬ€s 3 23 04 PM
and set this code lines:
RNIosSettingsBundle.get('url_reference',(err,value)=>{ console.log('sucesso ===',value); console.log('errooooo ======',err); })
I got this message:
Captura de Tela 2019-12-06 aฬ€s 3 20 43 PM

Info project:

  • "react": "16.9.0",
  • "react-native": "0.61.5",
  • "react-native-ios-settings-bundle": "^1.2.2",

Does not work on real device

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 this code as it does not work however on simulator everything works good.

import RNIosSettingsBundle from 'react-native-ios-settings-bundle'; componentDidMount(){ RNIosSettingsBundle.get('screenon',(err,value)=>{ if(value && !err) // my special task else console.log(err); }) }

Is this still maintained?

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?

Installed App not Showing in iPhone Settings

Hi Team,
I am installed the app in my iphone but that app not showing in iphone settings.
My app is already in app store also.
I am using react-native for this app.

How to show the installed app in iphone settings?

Thank you,

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.