react-native-mmkv icon indicating copy to clipboard operation
react-native-mmkv copied to clipboard

MultiProcess mode on Android

Open maxencehenneron opened this issue 1 year ago • 0 comments

This PR adds MultiProcess mode support on Android. iOS already supports this mode using AppGroups. On android, widgets run in a different processus and this needs to be enabled to share data between native widgets and the main react-native app.

maxencehenneron avatar Nov 23 '23 01:11 maxencehenneron