Overview - Modal and bottom sheet
What is it?
A modal is a temporary screen that appears on top of the current app content to grab the user's attention or get input. A bottom sheet is a panel that slides up from the bottom of the screen to show more options or information without covering the whole screen. Both help focus user interaction by temporarily changing the app view.
Why it matters
Modals and bottom sheets help apps communicate important messages or choices without losing the user's place. Without them, users might get confused or lose context when switching screens. They make apps feel smooth and easy to use by keeping interactions clear and focused.
Where it fits
Before learning modals and bottom sheets, you should understand basic React Native components and navigation. After this, you can learn about advanced navigation patterns and state management to control these components better.