Comment on page
Running the Sample App with Expo
The best way to familiarize yourself with the Amity 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:
- 1.Install Packages: Use yarn to install all the necessary packages by running the command
yarn
- 2.Configuration: Configure your apiKey, apiRegion, userId, displayName in the /example/src/App.tsx file before launching the sample app.

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

Last modified 4mo ago