Skip to content

A React Native app to easily sort your phone's photos month by month, swiping to keep or delete.

License

Notifications You must be signed in to change notification settings

tilap/expo-photo-swipe

Repository files navigation

Expo photo swipe

A simple Expojs app to sort your photo library on iOS/android

  • list your picture by month and year, with filter options
  • keep or delete photo by swiping (Tinder like)
  • confirmation screen before deleting

Tech notes

This is a project done in a self week-end hackaton for me, myself and I. It is based on one of my template shared here.

Swiping is only achieve with react-native components. I had to optimize the swiper to avoid to much re-renders and keep it smooth even with 1.000 photos.

Screenshots

Monthly presentation Options Monthly presentation Monthly presentation Monthly presentation

Getting Started

Prerequisites

  • Node.js (version specified in .nvmrc or package.json)
  • Yarn (version specified in package.json)

Installation

Clone the repository:

git clone https://github.com/tilap/expo-photo-swipe.git

Install dependencies:

yarn install

Start the development server:

yarn start

License

This project is licensed under the MIT License - see the LICENSE file for details.

About

A React Native app to easily sort your phone's photos month by month, swiping to keep or delete.

Topics

Resources

License

Stars

Watchers

Forks