about summary refs log tree commit diff
path: root/modules/expo-receive-android-intents/expo-module.config.json
blob: 02b1c6caa1960ff3caf864e751ef76561e66b94e (plain) (blame)
1
2
3
4
5
6
{
  "platforms": ["android"],
  "android": {
    "modules": ["xyz.vikanezrimaya.voidsky.exporeceiveandroidintents.ExpoReceiveAndroidIntentsModule"]
  }
}