KjellConnelly / react-native-shared-group-preferences

127 stars 57 forks source link

IOS error with getItem #8

Closed andersonqi closed 5 years ago

andersonqi commented 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')

galikvalkin commented 5 years ago

@andersonqi

if it is still actual

check - if you have linked this module in Xcode to Share Extension