- 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 --global
Download or clone this project.
Navigate to the project.
1. cd animated-app-rn-example
Install dependencies
yarn
# or
npm install
Run 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