mirror of
https://github.com/zhigang1992/tipsi-stripe.git
synced 2026-01-12 22:52:54 +08:00
Implemeted: Apple Pay form Add Card form Create token based on card params Wrapper for STPPaymentCardTextField Added example iOS project, tests and local CI script To run local CI you need to specify PUBLISHABLE_KEY and MERCHANT_ID environment variables: PUBLISHABLE_KEY=<...> MERCHANT_ID=<...> npm run ci
5 lines
127 B
JavaScript
5 lines
127 B
JavaScript
import { AppRegistry } from 'react-native'
|
|
import Root from './src/Root'
|
|
|
|
AppRegistry.registerComponent('example', () => Root)
|