Installation

Follow the steps below to install the Ratio React Native Library

npm install @ratio.me/ratio-react-native-library

or

yarn add @ratio.me/ratio-react-native-library

Peer Dependencies

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-sdkas 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 herearrow-up-right

Read more about react-native-webview herearrow-up-right

Read more about react-native-svg herearrow-up-right

Read more about react-native-plaid-link-sdk herearrow-up-right

circle-exclamation
circle-exclamation

Last updated