Skip to content

Files

Latest commit

2c6017d · Nov 25, 2021

History

History
This branch is 30 commits behind IjzerenHein/react-navigation-shared-element:main.

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 13, 2020
Aug 16, 2021
Aug 23, 2021
Nov 25, 2021
Nov 25, 2021
Aug 3, 2021
Aug 3, 2021
Dec 6, 2020
Aug 16, 2021
Aug 3, 2021
Aug 3, 2021
Aug 3, 2021
Aug 18, 2021
Aug 18, 2021
Apr 13, 2020
Nov 25, 2021

Example & Test app

Usage

Open a terminal in the root folder and build the library code

# Install dependencies
yarn

# Build the js code
yarn build

Open the example app in another terminal

# Install dependencies
cd example
yarn

# Start packager
yarn start

# Run for ios
cd ios && npx pod install && cd ..
yarn ios

# Run for android
yarn android