Skip to content

Latest commit

 

History

History
 
 

Example

Shared Element Transition Example

The example app includes a variety of tests and receipes. It features a simple stack router which implements the shared element primitives.

Usage

# Installation
yarn # in the root directory
cd Example
yarn

# Run for ios
react-native run-ios

# Run for android
react-native run-android