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
- Host: GitHub
- URL: https://github.com/sj-distributor/react-native-confirm-modal
- Owner: sj-distributor
- License: mit
- Created: 2022-10-21T11:19:35.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-10T01:31:40.000Z (about 2 years ago)
- Last Synced: 2025-04-13T19:42:44.388Z (6 months ago)
- Topics: android, confirm, confirm-modal, hooks, ios, modal, modal-hooks, react-native-confirm-modal, reactnative, use-hook, use-modal
- Language: TypeScript
- Homepage:
- Size: 707 KB
- Stars: 13
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# :rainbow: react-native-confirm-modal
[](https://www.npmjs.com/package/@sj-distributor/react-native-confirm-modal)
[](https://www.npmjs.com/package/@sj-distributor/react-native-confirm-modal)
[](https://github.com/Simoon-F/react-native-confirm-modal/actions/workflows/preview.yml)
[](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