- Integrating custom animations made in adobe in react native app
- Use react-native-lottie lib
- Run
yarn install
ornpm install
to install the dependencies. - Install pods using
cd ios/ && pod install && cd ..
- Run project using
yarn ios
for ios - Run project using
yarn android
for android