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
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.
- Node.js (version specified in
.nvmrc
orpackage.json
) - Yarn (version specified in
package.json
)
Clone the repository:
git clone https://github.com/tilap/expo-photo-swipe.git
Install dependencies:
yarn install
Start the development server:
yarn start
This project is licensed under the MIT License - see the LICENSE file for details.