We’ll use React Navigation to add a modal screen to our app, which will pop up from the bottom, and cover the entire screen.
A little tip but on current default emulator (iPhone X) the button was a part of the screen you couldn't press. Using SafeAreaView or a marginTop solved this for me.
A little tip but on current default emulator (iPhone X) the button was a part of the screen you couldn't press. Using SafeAreaView or a marginTop solved this for me.
SafeAreaView of where?