Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rahsheen/react-native-stripe
https://github.com/rahsheen/react-native-stripe
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rahsheen/react-native-stripe
- Owner: rahsheen
- Created: 2020-03-18T01:44:50.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-12-15T02:34:40.000Z (about 1 year ago)
- Last Synced: 2024-04-15T16:10:58.455Z (9 months ago)
- Language: JavaScript
- Size: 260 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-native-stripe
## Getting started
`$ npm install react-native-stripe --save`
### Mostly automatic installation
`$ react-native link react-native-stripe`
## Usage
```javascript
import Stripe from 'react-native-stripe';// TODO: What to do with the module?
Stripe;
```