Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 766 Bytes

README.md

File metadata and controls

41 lines (29 loc) · 766 Bytes

React-Native App With Animated Examples:

  • Animated List Of Contacts
  • Animated Feature For Comparing Photos

This code was built by Upsilon for a guide on creating animations in React Native

Installation

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