diff options
Diffstat (limited to 'modules/expo-receive-android-intents/expo-module.config.json')
-rw-r--r-- | modules/expo-receive-android-intents/expo-module.config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/expo-receive-android-intents/expo-module.config.json b/modules/expo-receive-android-intents/expo-module.config.json index 8f01fb6c9..02b1c6caa 100644 --- a/modules/expo-receive-android-intents/expo-module.config.json +++ b/modules/expo-receive-android-intents/expo-module.config.json @@ -1,6 +1,6 @@ { "platforms": ["android"], "android": { - "modules": ["xyz.blueskyweb.app.exporeceiveandroidintents.ExpoReceiveAndroidIntentsModule"] + "modules": ["xyz.vikanezrimaya.voidsky.exporeceiveandroidintents.ExpoReceiveAndroidIntentsModule"] } } |