Installation
Follow the steps below to install the Ratio React Native Library
Last updated
Was this helpful?
Follow the steps below to install the Ratio React Native Library
Last updated
Was this helpful?
or
Our library has a peer dependancy on the following
- react-native-webview: "11.x"
- react-native-plaid-link-sdk: "9.x"
- react-native-svg: "12.x || 13.x"
This means you must add react-native-webview,
react-native-svg
, and react-native-plaid-link-sdk
as dependancies by running the following
or
If your application requires that external traffic is whitelisted, please reach out to us for a list of domains that will need to be whitelisted in your application package. The list includes OAuth connected banks such as Chase.
NOTE: it is important to make sure you use the --save
flag, this will make sure the native code is autolinked. Read more about React Native Auto linking
Read more about react-native-webview
Read more about react-native-svg
Read more about react-native-plaid-link-sdk
You must configure the Plaid SDK to work with OAuth. Please follow the steps