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

I have made widget extension with app and tried to share data between them. but It is not working. I can't get data on widget. Can you tell me about...

We used string item. so, add item check

I started a new RN project today so most current version of stable RN. When I am running the app and trying to pull in data from the defaults I...

Hi! First of all I want to thank you for creating this package! Today I went to work on my project using this package and suddenly the build on android...

Hi, from the description > You have multiple React-Native apps for iOS or Android and want them to be able to share data in a centralized location on the user's...

couldn't reset the property of an already set value, i'm getting the previous value only

I am getting no idea at all why release build is failing. i think something is wrong with this folder- > node_modules\react-native-shared-group-preferences\android\build\intermediates\res\compiled\release\ a lot of files under this folder gets...

This adds typescript compatibility to the module without making any changes to the code.

RN 端去存储 ``` ...other code this.saveUserDataToSharedStorage('userData'); ...... async saveUserDataToSharedStorage(data) { try { await SharedGroupPreferences.setItem( 'savedData', data, Config.APP_GROUP_IDENTIFIER_FOR_IOS, ); this.loadUsernameFromSharedStorage(); } catch (errorCode) { // errorCode 0 = There is no...

Hi guys, I'm working on react native app with share extension. For share extension, I'm using react-native-share-extension. In share extension, I need to get the tokens which I stored in...