Skip to content

getphyllo/phyllo-connect-reactnative-sample

Repository files navigation

Sample apps using the Phyllo connect React Native SDK on both iOS and Android.

📋 Requirements

To get started, you will require the client ID and secret to access the Phyllo environment. To get your API credentials, please reach out at [email protected].

🏁 Getting Started

Install the application in your local system

Clone this example from github and move inside example project, Install all npm dependencies.

git clone https://github.com/getphyllo/phyllo-connect-reactnative-sample.git
cd phyllo-connect-reactnative-sample
npm install

Install iOS dependencies using pods

cd ios && pod install

🔑 Add your credentials in src/config.js file

Assuming you have a client ID and secret, if not reach out at [email protected]

clientId = 'YOUR-CLIENT-ID'
clientSecret = 'YOUR-SECRET-KEY'
env = 'APPLICATION-ENVIRONMENT'

Set the env to production or sandbox

🚀 To launch the application, run the following commands in example folder:

Run the application using npm

npm run ios
npm run android

Make sure you have a metro bundler running or run using

npm start

Are you facing any issue? Feel free to raise an issue in the issues section

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •