Sample App
You can check out the example project with the following instructions
Clone the repo:
git clone https://github.com/airbnb/lottie-react-native.gitOpen:
cd lottie-react-nativeand Install:npm installRun
npm startto start the packager. The packager must be running to use the sample apps.In another CLI window, do the following:
For Running iOS:
If you don't have CocoaPods installed, run
bundle installInstall pods:
npm run build:podsRun Example:
npm run run:ios
For Running Android:
Run Example:
npm run run:android
Last updated