Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 364 Bytes

File metadata and controls

20 lines (13 loc) · 364 Bytes

react-navigation-shared-element

A simple app that demonstrates how to use react-native-shared-element

Usage

# Installation
yarn install
cd ios && pod install && cd ..

# Run on iOS
npx react-native run-ios

# Run on Android
npx react-native run-android

thanks for your interest