Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nhatthaiquang-agilityio/react-native-share-element-transition

Example: shared element transition
https://github.com/nhatthaiquang-agilityio/react-native-share-element-transition

react-native share-element

Last synced: about 1 month ago
JSON representation

Example: shared element transition

Awesome Lists containing this project

README

        

# React Native Shared Element Transition Example
Example: shared element transition

## Requirements
+ Install [Node.js](https://nodejs.org/en/)
+ Install [Expo CLI](https://docs.expo.dev/get-started/installation/)
+ Install [Android Studio](https://developer.android.com/studio/) and ADV virtual device for Android

## Usage
+ Start
```
cd shared-element-transitions
expo start

```

+ Run android
```
cd shared-element-transitions
expo start --android
```

+ Run iOS
```
cd shared-element-transitions
expo start --ios
```