react-native-shared-group-preferences icon indicating copy to clipboard operation
react-native-shared-group-preferences copied to clipboard

Results 15 react-native-shared-group-preferences issues
Sort by recently updated
recently updated
newest added

from https://github.com/expo/expo/issues/15622#issuecomment-997225774, the double-quoted react header imports will break building on Expo SDK 44. The double-quoted imports should be for react-native < 0.40. as nowadays react-native uses CocoaPods, it should...

I hope you're all doing well. I've integrated this library to store data in the app group and successfully used SharedGroupPreferences.setItem and SharedGroupPreferences.getItem. However, when attempting to fetch the stored...

Target android api 34 to be compatible with Play Store requirements, and add commit adapted from @AndreiCalazans work found in [another project](https://github.com/LinusU/react-native-get-random-values/pull/48) > Change to support AGP 8 as mentioned...

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...