Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxgfr/expo-stripe
React Native (Expo) application using Stripe Connect API
https://github.com/maxgfr/expo-stripe
code-samples expo expo-stripe mobile react-native stripe stripe-api stripe-connect
Last synced: 7 days ago
JSON representation
React Native (Expo) application using Stripe Connect API
- Host: GitHub
- URL: https://github.com/maxgfr/expo-stripe
- Owner: maxgfr
- Created: 2020-02-15T17:48:28.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-29T20:20:36.000Z (9 months ago)
- Last Synced: 2024-04-14T11:31:46.841Z (7 months ago)
- Topics: code-samples, expo, expo-stripe, mobile, react-native, stripe, stripe-api, stripe-connect
- Language: JavaScript
- Homepage:
- Size: 1.2 MB
- Stars: 14
- Watchers: 2
- Forks: 3
- Open Issues: 23
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# expo-stripe
Expo Stripe is a React Native Application using Stripe API.
## Before Running
Run `mv back-end/.env-example back-end/.env` and set your own secret key.
Moreover, you have to change the public key in `front-end/lib/stripe.js`
## Run
Run `npm start` in `back-end` folder and `expo start` in `front-end` folder.
## Screenshot