Installation
Follow the steps below to install the Ratio React Native Library
Last updated
Follow the steps below to install the Ratio React Native Library
Last updated
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
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 here
Read more about react-native-webview
here
Read more about react-native-svg
here
Read more about react-native-plaid-link-sdk
here
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.
You must configure the Plaid SDK to work with OAuth. Please follow the steps here