Table of contents


Installation

<aside> 💡 Farly for react native is available as a npm package

</aside>

npm: react-native-farly-sdk

Add the SDK to your project

yarn add react-native-farly-sdk
# or
npm i react-native-farly-sdk

Once the SDK is added to your Podfile, make sure to run

cd ios 
bundle exec pod install