1. 21
    Add a Modal Screen that Pops Up from the Bottom with React Navigation
    3m 1s

Add a Modal Screen that Pops Up from the Bottom with React Navigation

InstructorChris Achard

Share this video with your friends

Send Tweet

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.

Simon Carter
~ 5 years ago

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.

Plus65
~ 5 years ago

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?