MaxAst / expo-share-extension

Expo config plugin for creating iOS share extensions with a custom view.
MIT License
161 stars 4 forks source link

add mmkv example #19

Closed MaxAst closed 2 months ago

MaxAst commented 2 months ago

I assumed that data persisted with react-native-mmkv would automatically be shared between app and share extension, but this is not the case. I missed a small detail in the react-native-mmkv README, according to which we need to set an AppGroup key in the app's and share extension's Info.plist to the value of our app group name. This PR fixes this and adds an example called with-mmkv to demonstrate that this is working now