
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 …
React Native · Learn once, write anywhere
File-based routing Create stack, modal, drawer, and tab screens with minimal boilerplate using your filesystem.
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.
StatusBar - React Native
Oct 8, 2025 · StatusBar Component to control the app's status bar. The status bar is the zone, typically at the top of the screen, that displays the current time, Wi-Fi and cellular network …
Core Components and APIs - React Native
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
Oct 8, 2025 · If your app shows an opened Modal, BackHandler will not publish any events (see Modal docs).
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 …
Alert - React Native
Oct 8, 2025 · Alert Launches an alert dialog with the specified title and message. Optionally provide a list of buttons. Tapping any button will fire the respective onPress callback and …
Share - React Native
Oct 8, 2025 · ExampleOpen a dialog to share text content. In iOS, returns a Promise which will be invoked with an object containing action and activityType. If the user dismissed the dialog, the …
Accessibility - React Native
Create mobile apps accessible to assistive technology with React Native's suite of APIs designed to work with Android and iOS.