About 400 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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'.

  4. 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).

  5. BackHandler - React Native

    If your app shows an opened Modal, BackHandler will not publish any events (see Modal docs).

  6. 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 …

  7. 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.

  8. Accessibility - React Native

    Create mobile apps accessible to assistive technology with React Native's suite of APIs designed to work with Android and iOS.

  9. React Native · Learn once, write anywhere

    File-based routing Create stack, modal, drawer, and tab screens with minimal boilerplate using your filesystem.

  10. 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 …