Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/nhatthaiquang-agilityio/react-native-share-element-transition
- Owner: nhatthaiquang-agilityio
- Created: 2021-11-28T03:04:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-11-28T06:53:03.000Z (about 3 years ago)
- Last Synced: 2024-04-16T07:09:41.619Z (9 months ago)
- Topics: react-native, share-element
- Language: JavaScript
- Homepage:
- Size: 154 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```