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

https://github.com/sj-distributor/react-native-confirm-modal

🌈 A React Native Confirm Modal
https://github.com/sj-distributor/react-native-confirm-modal

android confirm confirm-modal hooks ios modal modal-hooks react-native-confirm-modal reactnative use-hook use-modal

Last synced: 5 months ago
JSON representation

🌈 A React Native Confirm Modal

Awesome Lists containing this project

README

          

# :rainbow: react-native-confirm-modal

[![Npm Version](https://img.shields.io/npm/v/npm.svg)](https://www.npmjs.com/package/@sj-distributor/react-native-confirm-modal)
[![MIT License](https://img.shields.io/npm/l/react-native-tab-view.svg?style=flat-square)](https://www.npmjs.com/package/@sj-distributor/react-native-confirm-modal)
[![Preview](https://github.com/Simoon-F/react-native-confirm-modal/actions/workflows/preview.yml/badge.svg)](https://github.com/Simoon-F/react-native-confirm-modal/actions/workflows/preview.yml)
[![downloads](https://img.shields.io/npm/dm/eslint-config-standard.svg)](https://www.npmjs.com/package/@sj-distributor/eslint-plugin-react-native)

A React Native Confirm Modal

## Installation

```sh
yarn add @sj-distributor/react-native-confirm-modal
```

## Demo

## Usage

### [Click to see examples of use](https://github.com/sj-distributor/react-native-confirm-modal/blob/master/example/src/App.tsx)

## Contributing

While developing, you can run the [example app](https://github.com/Simoon-F/react-native-confirm-modal/blob/master/example/README.md) to test your changes.

Make sure your code passes TypeScript and ESLint. Run the following to verify:

```
yarn typescript
yarn lint
```

To fix formatting errors, run the following:

```
yarn lint --fix
```

Remember to add tests for your change if possible.

## License

MIT