-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
value is empty or the key is not defined #1
Comments
Is this issue is resolved? |
To solve this issue with this implementation . My implementation:
Output log:
|
Maybe anyone wants to have a set method or asynchronous get method. See attached code below Edit File: RNIosSettingsBundle.m
In the future, I will try to create a separate repo with the ability to listen to changes. If anyone needs it |
Hello , Any update on the issue? Can anyone help
Hello @qdanik, Have you created the repo? |
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 project:
The text was updated successfully, but these errors were encountered: