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
yarnin the root of the repository. - run
cd ios && pod install && cd .. - Set your Stripe API keys in the
server/.envfile (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 iosoryarn android.
