diff options
Diffstat (limited to 'modules/bottom-sheet/expo-module.config.json')
-rw-r--r-- | modules/bottom-sheet/expo-module.config.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/modules/bottom-sheet/expo-module.config.json b/modules/bottom-sheet/expo-module.config.json new file mode 100644 index 000000000..81b5b078e --- /dev/null +++ b/modules/bottom-sheet/expo-module.config.json @@ -0,0 +1,9 @@ +{ + "platforms": ["ios", "android"], + "ios": { + "modules": ["BottomSheetModule"] + }, + "android": { + "modules": ["expo.modules.bottomsheet.BottomSheetModule"] + } +} |