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"]
}
}
+4
View File
@@ -0,0 +1,4 @@
import {BottomSheetState, BottomSheetViewProps} from './src/BottomSheet.types'
import {BottomSheetView} from './src/BottomSheetView'
export {type BottomSheetState, BottomSheetView, type BottomSheetViewProps}