https://github.com/mahaaoo/react-native-ma-modal
react native modal
https://github.com/mahaaoo/react-native-ma-modal
android animated ios modal react react-native
Last synced: about 1 year ago
JSON representation
react native modal
- Host: GitHub
- URL: https://github.com/mahaaoo/react-native-ma-modal
- Owner: mahaaoo
- License: mit
- Created: 2023-02-27T06:56:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-14T12:18:21.000Z (over 1 year ago)
- Last Synced: 2025-04-21T10:55:05.634Z (about 1 year ago)
- Topics: android, animated, ios, modal, react, react-native
- Language: TypeScript
- Homepage: https://mahaaoo.github.io/react-native-ma-modal/
- Size: 7.59 MB
- Stars: 11
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-ma-modal
This component is a react-native popup component implemented using TypeScript, which supports custom animations as well as customizable popup content.
|
|
|
|
|-|-|-|
|
|
|
|
## install
Before using it, please install react-native-reanimated and react-native-gesture-handler first.
```
npm install react-native-reanimated react-native-gesture-handler
```
And properly configure the project. For details, please refer to:
- [react-native-reanimated](https://github.com/software-mansion/react-native-reanimated)
- [react-native-gesture-handler](https://github.com/software-mansion/react-native-gesture-handler)
install`react-native-ma-modal`
```
npm install react-native-ma-modal
```
## usage
For usage examples, please refer to
[Demo](https://github.com/mahaaoo/react-native-ma-modal/blob/main/example/src/Home.tsx)