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 contact@getphyllo.com.

🏁 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 contact@getphyllo.com

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