An open API service indexing awesome lists of open source software.

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

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";

.....

....

```