Phyllo connect react-native SDK
Sample application
Sample apps using the Phyllo connect React Native SDK on both iOS and Android.
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].
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
cd ios && pod install
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
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