Running the Sample App with Expo
The best way to familiarize yourself with the Social Plus UIKit is by exploring our built-in sample app. This application serves as a live demonstration of the toolkit's capabilities and can be used to test your code while customizing it. Feel free to deep-dive into the features and the extendibility of our UIKit using this application!
Follow these easy steps:
Install Packages: Use yarn to install all the necessary packages by running the command
yarn
Configuration: Configure your apiKey, apiRegion, userId, and displayName in the /example/src/App.tsx file before launching the sample app.

Run the Sample App: Choose between iOS or Android using
yarn example ios
or
yarn example android

Last updated
Was this helpful?