Welcome! This project contains the examples covered in Stripe's React Native video series. Spinning these up is pretty easy, as long as you've run a React Native project before.
The steps to run the app are:
- Clone the repository
- run
yarn
in the root of the repository. - run
cd ios && pod install && cd ..
- Set your Stripe API keys in the
server/.env
file (this is your publishable key and your secret key) - In one terminal window, start the server by running
yarn server
. - In another terminal window, build the app by running either
yarn ios
oryarn android
.