Skip to content

React native project for stripe payment without using stripe third-party library.

Notifications You must be signed in to change notification settings

JaydeepJikadra/react-native-stripe-payment

Repository files navigation

StripeDemoReactNative

Badge

StripeDemoReactNative is a react native app that perform stripe payments without any third party stripe library.

Installation

Setup project backend first.

Download or clone this project. Open the project in Terminal. Run below command to install dependency. Make sure you are in your project's root folder

 npm install

Install Pods form terminal

cd ios; pod install; cd ..

Now You can run the project on IOS or Android Device of your choice.

Happy Coding ..🎃 🥳