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
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
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
This project provides a cross-platform component library for integrating native blurring and vibrancy effects into mobile applications. It functions as a bridge that encapsulates platform-specific visual effect APIs, allowing developers to render frosted glass overlays and translucent layers directly within the native view hierarchy. The library distinguishes itself by offloading blur calculations to native rendering layers, ensuring that visual effects remain performant during interface transitions and animations. By delegating these tasks to the underlying operating system, it maintains con
This is a mobile UI overlay library for React Native that provides an animated modal component. It functions as a gesture-responsive interface element used to present supplementary content via overlay windows that support custom transitions and dynamic layout adjustments.
The main features of react-native-modal/react-native-modal are: Modal Components, React Native Components, Swipe Threshold Processors, Gesture-Based UI Components, Interactive Dismissal, Native Animation Interpolators, Overlay Transition Animations, State Transition Animators.
Open-source alternatives to react-native-modal/react-native-modal include: react-native-community/react-native-modal — This project is a cross-platform UI component for React Native applications that provides a customizable overlay… john-lluch/swrevealviewcontroller — SWRevealViewController is an iOS container view controller and navigation transition component used to create reveal… kirillzyusko/react-native-keyboard-controller — This is a keyboard interaction library and manager for React Native that provides smooth animations, gesture-based… kureev/react-native-blur — This project provides a cross-platform component library for integrating native blurring and vibrancy effects into… 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…