Update modal com name
parent
154c34e915
commit
bbd0b03a46
|
@ -16,7 +16,7 @@ import {StyleSheet} from 'react-native'
|
|||
|
||||
const CLOSED_SNAPPOINTS = ['10%']
|
||||
|
||||
export const Modal = observer(function Modal() {
|
||||
export const ModalsContainer = observer(function ModalsContainer() {
|
||||
const store = useStores()
|
||||
const bottomSheetRef = useRef<BottomSheet>(null)
|
||||
const pal = usePalette('default')
|
||||
|
|
Loading…
Reference in New Issue