add config
This commit is contained in:
@@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"platforms": ["ios", "android"],
|
||||||
|
"ios": {
|
||||||
|
"modules": ["BottomSheetModule"]
|
||||||
|
},
|
||||||
|
"android": {
|
||||||
|
"modules": ["expo.modules.bottomsheet.BottomSheetModule"]
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -0,0 +1,4 @@
|
|||||||
|
import {BottomSheetState, BottomSheetViewProps} from './src/BottomSheet.types'
|
||||||
|
import {BottomSheetView} from './src/BottomSheetView'
|
||||||
|
|
||||||
|
export {type BottomSheetState, BottomSheetView, type BottomSheetViewProps}
|
||||||
Reference in New Issue
Block a user