React Navigation Shared Element Transitions

This project requires you to have the React Native CLI and CocoaPods (Mac/iOS only) installed.

After cloning the repo, run the following commands:

  • yarn install/npm install
  • cd ios && pod install

To run the project use either of the following commands depending on your platform:

  • react-native run-ios
  • react-native run-android