https://github.com/maxgfr/rn-simple-modal
A zero-dependencies and lightweight modal without animation
https://github.com/maxgfr/rn-simple-modal
modal react react-native rn simple-modal zero-dependencies
Last synced: about 1 year ago
JSON representation
A zero-dependencies and lightweight modal without animation
- Host: GitHub
- URL: https://github.com/maxgfr/rn-simple-modal
- Owner: maxgfr
- Created: 2022-12-01T18:40:01.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T16:42:11.000Z (about 1 year ago)
- Last Synced: 2025-04-08T17:35:49.747Z (about 1 year ago)
- Topics: modal, react, react-native, rn, simple-modal, zero-dependencies
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/rn-simple-modal
- Size: 370 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# rn-simple-modal
A zero-dependencies and lightweight modal without animation for [react-native](https://reactnative.dev/).
## Installation
```sh
yarn add rn-simple-modal
```
## Usage
```tsx
import {SimpleModal} from "rn-simple-modal";
.....
....
```