react-native-shared-group-preferences
react-native-shared-group-preferences copied to clipboard
Update README.md - expo info
Hello!
I'm using this package with Expo, along with shared preferences on the native side (iOS Notification Service Extension written in Swift) to store data when a notification is received (and possibly dismissed) while the app is terminated. When the app starts and React Native kicks in, I retrieve the data using react-native-shared-group-preferences.
Pretty cool, thanks for the package!