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

https://github.com/nadikuts/react-native-animated-gallery

Concept for animated image gallery
https://github.com/nadikuts/react-native-animated-gallery

animation expo react react-native

Last synced: 12 months ago
JSON representation

Concept for animated image gallery

Awesome Lists containing this project

README

          

# Animated Image Gallery

Concept for image gallery implemented with React Native

[Expo Demo](https://expo.io/@devilsanek/animated-gallery)

Inspired by: https://dribbble.com/shots/3686703-Time-travel-Interaction-in-Gallery

| Original design | Implementation (Android) |
| ------------------------- |:-----------------------:|
| ![Output sample](original.gif)|![Output sample](2.gif) |

### Instructions

- [Install NodeJS](https://nodejs.org/en/)
- [Install and setup React Native](https://facebook.github.io/react-native/docs/getting-started.html)
- Clone repository: `git clone https://github.com/NadiKuts/react-native-animated-gallery.git`

- Navigate to the created folder: `cd react-native-animated-gallery`

- Install dependencies: `yarn`

- To run the app on iOS or Android, run `react-native run-ios` or `react-native run-android`

### Demo

Install Expo App on your [Android smartphone](https://play.google.com/store/apps/details?id=host.exp.exponent&referrer=www) or [iPhone](https://itunes.apple.com/app/apple-store/id982107779?ct=www&mt=8).

Scan this QR-code with your Expo App.

![alt text](qr-code.png)

... or go [here](https://expo.io/@devilsanek/animated-gallery) and try it out!