- Animated List Of Contacts
- Animated Feature For Comparing Photos
This code was built by Upsilon for a guide on creating animations in React Native
Install Node.js
Install yarn.
npm install yarn --globalDownload or clone this project.
Navigate to the project.
1. cd animated-app-rn-exampleInstall dependencies
yarn
# or
npm installRun the project
yarn start
# you can open iOS, Android, or web from here, or run them directly with the commands below.
yarn android
yarn ios
yarn web