about summary refs log tree commit diff
path: root/modules/bottom-sheet/expo-module.config.json
blob: 81b5b078ed65c293250cbe7dbe7c5e46d162f526 (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "platforms": ["ios", "android"],
  "ios": {
    "modules": ["BottomSheetModule"]
  },
  "android": {
    "modules": ["expo.modules.bottomsheet.BottomSheetModule"]
  }
}