Running the Sample App with Expo
Last updated
Last updated
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:
Install Packages: Use yarn to install all the necessary packages by running the command
Configuration: Configure your apiKey, apiRegion, userId, displayName in the /example/src/App.tsx file before launching the sample app.
Run the Sample App: Choose between iOS or Android using
or