react native component at bottom center
bottomCenter: {
flex: 1,
justifyContent: 'flex-end',
marginBottom: 30
}
react native component at bottom center
bottomCenter: {
flex: 1,
justifyContent: 'flex-end',
marginBottom: 30
}
react native bottom sheet above the bottom menu
//you will need to use BottomSheetModal and add its provider to the root component of you application
import { BottomSheetModalProvider } from '@gorhom/bottom-sheet'
const App = () => {
return (
<BottomSheetModalProvider>
<Navigation /> // this is my app entry component (react-navigation Navigator), use yours
</BottomSheetModalProvider>
)
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us