react-native-ios-settings-bundle icon indicating copy to clipboard operation
react-native-ios-settings-bundle copied to clipboard

Is this still maintained?

Open swalahamani opened this issue 2 years ago • 3 comments

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?

swalahamani avatar Jun 08 '22 12:06 swalahamani

@swalahamani Hi! I have tried to use this package without any luck. Please use the react native Settings wrapper. It works for me with a switch in the settings bundle. https://reactnative.dev/docs/settings

alexanderwassbjer avatar Jul 26 '22 08:07 alexanderwassbjer

Oh okay, thanks @alexanderwassbjer

swalahamani avatar Aug 06 '22 13:08 swalahamani

@swalahamani FYI: It worked for me to use the Settings api like: Settings.get('some_custom_value_bool') Just a note is to name the key very specific so it don't overrides some apple settings stuff. If you don't get it to work rename the key and recompile.

Hope it works for you!

alexanderwassbjer avatar Aug 08 '22 10:08 alexanderwassbjer