Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 394 Bytes

File metadata and controls

13 lines (8 loc) · 394 Bytes

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