Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.01 KB

README.md

File metadata and controls

42 lines (27 loc) · 1.01 KB

react-native-stripe-api

npm version

The best Stripe library for React Native.

Installation

$ npm i react-native-stripe-api --save

Setup

Stripe API

This lib need a webhook url, details here : https://api.slack.com/incoming-webhooks.

const webhookURL = '<your webhook URL provided by Slack, ie. Incoming WebHooks>'
const Stripe = new Stripe(webhookURL)

Functions

Key Type Default Description
??? string ':iphone:' ???

FAQ

Is it supported and tested both on android and iOS?

YES

Contribution

Questions

Feel free to contact me or create an issue

made with ♥