Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rahsheen/react-native-stripe


https://github.com/rahsheen/react-native-stripe

Last synced: 13 days ago
JSON representation

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