Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wrathchaos/react-native-ticket-modal
Ready to GO Ticket Modal for React Native.
https://github.com/wrathchaos/react-native-ticket-modal
freakycoder front-end modal react react-native redeem redeem-code rn ticket ui zigzag
Last synced: 12 days ago
JSON representation
Ready to GO Ticket Modal for React Native.
- Host: GitHub
- URL: https://github.com/wrathchaos/react-native-ticket-modal
- Owner: WrathChaos
- License: mit
- Created: 2019-06-07T20:59:45.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-11T00:10:59.000Z (over 1 year ago)
- Last Synced: 2024-10-25T16:59:27.364Z (19 days ago)
- Topics: freakycoder, front-end, modal, react, react-native, redeem, redeem-code, rn, ticket, ui, zigzag
- Language: JavaScript
- Homepage: https://www.freakycoder.com
- Size: 15.8 MB
- Stars: 11
- Watchers: 3
- Forks: 2
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Ready to GO Ticket Modal for React Native.
[![npm version](https://img.shields.io/npm/v/react-native-ticket-modal.svg)](https://www.npmjs.com/package/react-native-ticket-modal)
[![npm](https://img.shields.io/npm/dt/react-native-ticket-modal.svg)](https://www.npmjs.com/package/react-native-ticket-modal)
![Platform - Android and iOS](https://img.shields.io/badge/platform-Android%20%7C%20iOS-blue.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-green.svg)](https://opensource.org/licenses/MIT)
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
## Installation
Add the dependency:
### React Native:
```ruby
npm i react-native-ticket-modal
```## Peer Dependencies
###### IMPORTANT! You need install them.
```
"react": ">= 16.x.x",
"react-native": ">= 0.55.x",
"react-native-modal": ">= 11.0.1",
"react-native-fast-image": ">= 6.0.3",
"react-native-vector-icons": ">= 6.5.0",
"react-native-material-ripple": ">= 0.8.0",
"react-native-dynamic-vector-icons": ">= 0.0.4"
```## Basic Usage
```js
import TicketModal from "react-native-ticket-modal";```
## Configuration - Props
#### Coming Soon
### ToDos
- [x] LICENSE
- [ ] Update README to add Props
- [ ] Write an article about the lib on Medium## Credits
Thank you so much for the inspiration :) [Dribbble by Francesco Paradiso](https://dribbble.com/shots/4141595-Daily-UI-061-Redeem-Coupon)
## Author
FreakyCoder, [email protected]
## License
React Native Ticket Modal Library is available under the MIT license. See the LICENSE file for more info.