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.git
Open:
cd lottie-react-native
and Install:npm install
Run
npm start
to 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 install
Install pods:
npm run build:pods
Run Example:
npm run run:ios
For Running Android:
Run Example:
npm run run:android
Last updated