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 installcd ios && pod installAssuming 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 androidMake sure you have a metro bundler running or run using
npm startAre you facing any issue? Feel free to raise an issue in the issues section