Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 442 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 442 Bytes

React Native Lottie Animations

What I learned

  • Integrating custom animations made in adobe in react native app
  • Use react-native-lottie lib

⬆️ Bootstrapped using expo cli

⬆️ Steps to run project

  1. Run yarn install or npm install to install the dependencies.
  2. Install pods using cd ios/ && pod install && cd ..
  3. Run project using yarn ios for ios
  4. Run project using yarn android for android