Expo Stripe is a React Native Application using Stripe API.
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 npm start
in back-end
folder and expo start
in front-end
folder.