The example app includes a variety of tests and receipes. It features a simple stack router which implements the shared element primitives.
# Installation
yarn # in the root directory
cd Example
yarn
# Run for ios
react-native run-ios
# Run for android
react-native run-android