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