awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
react-native-modal avatar

react-native-modal/react-native-modal

0
View on GitHub↗
5,657 stele·652 fork-uri·TypeScript·MIT·5 vizualizări

React Native Modal

Aceasta este o bibliotecă de overlay UI pentru React Native care oferă o componentă modală animată. Funcționează ca un element de interfață cu răspuns la gesturi, utilizat pentru a prezenta conținut suplimentar prin ferestre overlay care suportă tranziții personalizate și ajustări dinamice de layout.

Biblioteca dispune de un observator de layout dinamic care redimensionează și repoziționează automat componentele în timpul rotațiilor ecranului sau când apare tastatura virtuală. Implementează navigarea bazată pe gesturi, permițând utilizatorilor să închidă overlay-urile prin gesturi de swipe configurate și interacțiuni cu fundalul.

Proiectul acoperă coordonarea animațiilor și a tranzițiilor, incluzând hook-uri de ciclu de viață care execută callback-uri înainte și după animațiile ferestrelor. Include, de asemenea, utilitare pentru personalizarea fundalului și gestionarea conținutului scrollabil pentru a preveni conflictele de interacțiune în timpul acțiunilor de tip swipe-to-dismiss.

Features

  • Modal Components - Provides highly styled modal components for React Native with custom animations and backdrop controls.
  • React Native Components - Implements animated overlay windows as pre-built UI components for React Native development.
  • Swipe Threshold Processors - Triggers modal dismissal based on touch coordinates and velocity thresholds during swipe gestures.
  • Gesture-Based UI Components - Provides a UI component that tracks gestures and backdrop interactions to trigger dismissal animations.
  • Interactive Dismissal - Closes overlay windows automatically when users tap the backdrop or complete a swipe gesture.
  • Native Animation Interpolators - Coordinates JavaScript state changes with native animation frames for high-performance overlay transitions.
  • Overlay Transition Animations - Provides custom entrance and exit animations for modal overlay windows to ensure smooth visual feedback.
  • State Transition Animators - Synchronizes application state changes with native animation frames for fluid overlay transitions.
  • Dynamic Layout Observers - Automatically adjusts modal dimensions by monitoring device orientation and keyboard visibility events.
  • Swipe-to-Dismiss Gestures - Defines directional swipe gestures and sensitivity thresholds used to dismiss modal content.
  • Navigation Gestures - Implements swipe-to-dismiss patterns to allow users to close overlays through intuitive touch gestures.
  • Scroll-Gesture Coordinators - Prevents interaction conflicts between internal content scrolling and swipe-to-dismiss gestures.
  • Soft Keyboard Layout Managers - Implements layout management that automatically shifts modal windows to keep input fields accessible when the virtual keyboard appears.
  • Adaptive Window Dimensioning - Provides dynamic recalculation of window dimensions and positions in response to device orientation and keyboard visibility.
  • Transition Lifecycle Hooks - Executes developer-defined callbacks at precise intervals before and after window transition animations.
  • Scrollable Content Integrations - Handles scroll offsets and touch event propagation for oversized content within modal windows.
  • Mobile Overlay Interfaces - Offers a suite of UI components for presenting temporary overlay content on mobile devices.
  • Backdrop Configurators - Offers utilities to customize the opacity, color, and interactivity of the background backdrop layer.
  • Event-Intercepting Backdrops - Implements a full-screen background layer that captures pointer events to trigger modal dismissal.

Istoric stele

Graficul istoricului de stele pentru react-native-modal/react-native-modalGraficul istoricului de stele pentru react-native-modal/react-native-modal

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Colecții curatoriate care includ React Native Modal

Colecții selectate manual în care apare React Native Modal.
  • Biblioteci de componente UI pentru React Native

Alternative open-source pentru React Native Modal

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu React Native Modal.
  • react-native-community/react-native-modalAvatar react-native-community

    react-native-community/react-native-modal

    5,656Vezi pe GitHub↗

    This project is a cross-platform UI component for React Native applications that provides a customizable overlay window for presenting content on top of existing application views. It serves as a library for managing animated modal components, backdrops, and mobile transitions. The component distinguishes itself through support for custom enter and exit animations and highly configurable backdrops, allowing for the adjustment of opacity, color, and the integration of custom elements. It also implements gesture-based dismissal, enabling users to close overlays via background taps or swipes in

    TypeScript
    Vezi pe GitHub↗5,656
  • jeremybarbet/react-native-modalizeAvatar jeremybarbet

    jeremybarbet/react-native-modalize

    2,886Vezi pe GitHub↗

    React Native Modalize is a customizable bottom sheet component designed for mobile applications. It functions as a navigation and interface utility that allows users to access secondary content or settings through slide-up panels without leaving their current screen context. The library distinguishes itself by processing touch events and swipe gestures directly on the UI thread, ensuring responsive interaction across different mobile devices. It utilizes a portal-based rendering approach to position modal content above all other application elements, while its internal logic synchronizes scro

    TypeScriptcomponentmodalreact
    Vezi pe GitHub↗2,886
  • john-lluch/swrevealviewcontrollerAvatar John-Lluch

    John-Lluch/SWRevealViewController

    4,489Vezi pe GitHub↗

    SWRevealViewController is an iOS container view controller and navigation transition component used to create reveal view interfaces. It functions as a side menu controller that slides a primary view to expose a secondary navigation panel or hidden content. The project enables the creation of layered UI where a main screen moves away from the edges via pan and tap gestures to reveal a background side menu. It manages the visual transitions and animation behaviors required to switch between these stacked view controllers. The system handles nested interface layers and view controller manageme

    Objective-C
    Vezi pe GitHub↗4,489
  • kirillzyusko/react-native-keyboard-controllerAvatar kirillzyusko

    kirillzyusko/react-native-keyboard-controller

    3,349Vezi pe GitHub↗

    This is a keyboard interaction library and manager for React Native that provides smooth animations, gesture-based dismissal, and event tracking. It serves as a cross-platform keyboard event bus, ensuring consistent keyboard show and hide behavior between iOS and Android. The project features an interactive animation driver that links native keyboard frame events directly to animated values to bypass bridge round-trips. It enables interactive keyboard dismissal via swipe gestures and includes a keyboard preloading system to eliminate first-show latency and input lag. The library provides com

    TypeScriptandroidanimationavoiding-view
    Vezi pe GitHub↗3,349
Vezi toate cele 30 alternative pentru React Native Modal→

Întrebări frecvente

Ce face react-native-modal/react-native-modal?

Aceasta este o bibliotecă de overlay UI pentru React Native care oferă o componentă modală animată. Funcționează ca un element de interfață cu răspuns la gesturi, utilizat pentru a prezenta conținut suplimentar prin ferestre overlay care suportă tranziții personalizate și ajustări dinamice de layout.

Care sunt principalele funcționalități ale react-native-modal/react-native-modal?

Principalele funcționalități ale react-native-modal/react-native-modal sunt: Modal Components, React Native Components, Swipe Threshold Processors, Gesture-Based UI Components, Interactive Dismissal, Native Animation Interpolators, Overlay Transition Animations, State Transition Animators.

Care sunt câteva alternative open-source pentru react-native-modal/react-native-modal?

Alternativele open-source pentru react-native-modal/react-native-modal includ: react-native-community/react-native-modal — This project is a cross-platform UI component for React Native applications that provides a customizable overlay… jeremybarbet/react-native-modalize — React Native Modalize is a customizable bottom sheet component designed for mobile applications. It functions as a… kirillzyusko/react-native-keyboard-controller — This is a keyboard interaction library and manager for React Native that provides smooth animations, gesture-based… john-lluch/swrevealviewcontroller — SWRevealViewController is an iOS container view controller and navigation transition component used to create reveal… dylanvann/react-native-fast-image — This is a high-performance image component and native caching library for mobile applications. It provides tools for… meliorence/react-native-snap-carousel — This project is a cross-platform mobile carousel component for creating swipeable image and content sliders. It…