Whereby React Native SDK
Quickstart guide
Prerequisites
Setting up the app
npm install -g expo-cli
npx create-expo-app whereby-rn-app --template blank
cd whereby-rn-appInstalling the Whereby SDK
npm install typescript @types/react
npm install @whereby.com/react-native-sdk
npm install expo-camera
npm install expo-audioImplementing the app
Running the app
Note for particular implementation
Last updated
Was this helpful?

