add config

This commit is contained in:
Hailey
2024-10-02 17:53:42 -07:00
parent 2ac8308ecb
commit 52532fb3ff
2 changed files with 13 additions and 0 deletions
@@ -0,0 +1,9 @@
{
"platforms": ["ios", "android"],
"ios": {
"modules": ["BottomSheetModule"]
},
"android": {
"modules": ["expo.modules.bottomsheet.BottomSheetModule"]
}
}