/RNRealworldAnimations

A sample React Native app showing how to implement different kinds of animations

Primary LanguageJavaScript

RNRealworldAnimations

A sample React Native app showing how to implement different kinds of animations.

This branch contains the final output for the part 1 of the React Native Animations tutorial series.

Full tutorial is available at: https://blog.pusher.com/animation-react-native-part-3/

Note: the React Native code in this repo may be a little bit outdated and won't run immediately after you've followed the setup instructions. Be sure to refactor the code to use the more recent React Native syntax if it doesn't run for you.

Prerequisites

  • React Native development environment

Getting Started

  1. Clone the repo:
git clone https://github.com/anchetaWern/RNRealworldAnimations.git
  1. Install the dependencies:
cd RNRealworldAnimations
npm install
  1. Run the app:
react-native run-android
react-native run-ios

Built With