
A react native modals library. Swipeable. Highly customizable. Support multi modals & Support custom animation. For IOS & Android.
The React Native Modals library is a library for iOS and Android that allows developers to easily create modals in their React Native applications. It provides a set of components and props that can be used to customize the appearance and behavior of the modals. The library also supports various animations and swipe gestures for user interaction.
React Native Modals is a library that provides an easy way to create modals in React Native applications. It offers various features such as imperative APIs, animation support, swipe gestures, customizable title, and responsive sizing. The library provides several components and props for developers to customize the appearance and behavior of the modals. With React Native Modals, developers can create interactive and visually appealing modals in their applications.

React is a widely used JavaScript library for building user interfaces and single-page applications. It follows a component-based architecture and uses a virtual DOM to efficiently update and render UI components
React Native is a framework for building mobile applications using React and JavaScript. It enables developers to write once and deploy to multiple platforms, including iOS, Android, and the web, while providing a native app-like experience to users.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.