
Modal - React Native
The navigationBarTranslucent prop determines whether your modal should go under the system navigation bar. However, statusBarTranslucent also needs to be set to true to make navigation bar …
Modal · React Native Archive
The Modal component is a basic way to present content above an enclosing view. Note: If you need more control over how to present modals over the rest of your app, then consider using a top-level …
Modal · React Native Archive
The onOrientationChange callback is called when the orientation changes while the modal is being displayed. The orientation provided is only 'portrait' or 'landscape'.
Core Components and APIs - React Native
Oct 8, 2025 · React Native provides a number of built-in Core Components ready for you to use in your app. You can find them all in the left sidebar (or menu above, if you are on a narrow screen).
BackHandler - React Native
If your app shows an opened Modal, BackHandler will not publish any events (see Modal docs).
TouchableWithoutFeedback - React Native
Oct 8, 2025 · aria-modal iOS Boolean value indicating whether VoiceOver should ignore the elements within views that are siblings of the receiver. Has precedence over the accessibilityViewIsModal prop.
KeyboardAvoidingView - React Native
behavior Specify how to react to the presence of the keyboard. ... Android and iOS both interact with this prop differently. On both iOS and Android, setting behavior is recommended.
Accessibility - React Native
Create mobile apps accessible to assistive technology with React Native's suite of APIs designed to work with Android and iOS.
React Native · Learn once, write anywhere
File-based routing Create stack, modal, drawer, and tab screens with minimal boilerplate using your filesystem.
Performance Overview - React Native
Oct 8, 2025 · One case for using this is animating in a modal (sliding down from top and fading in a translucent overlay) while initializing and perhaps receiving responses for several network requests, …