Closed andersonqi closed 5 years ago
Hi there
I'm using react-native-share-extension
await SharedGroupPreferences.getItem('sample', appGroupIdentifier, { useAndroidSharedPreferences:true });
I get this error when I trying to get value from Shared Extension
[TypeError: undefined is not an object (evaluating 'RNReactNativeSharedGroupPreferences.getItem')
@andersonqi
if it is still actual
check - if you have linked this module in Xcode to Share Extension
Hi there
I'm using react-native-share-extension
await SharedGroupPreferences.getItem('sample', appGroupIdentifier, { useAndroidSharedPreferences:true });
I get this error when I trying to get value from Shared Extension
[TypeError: undefined is not an object (evaluating 'RNReactNativeSharedGroupPreferences.getItem')