https://github.com/tilap/expo-photo-swipe
A React Native app to easily sort your phone's photos month by month, swiping to keep or delete.
https://github.com/tilap/expo-photo-swipe
expo production-ready react-native
Last synced: 3 months ago
JSON representation
A React Native app to easily sort your phone's photos month by month, swiping to keep or delete.
- Host: GitHub
- URL: https://github.com/tilap/expo-photo-swipe
- Owner: tilap
- License: mit
- Created: 2024-10-09T15:59:37.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-10-09T18:15:08.000Z (12 months ago)
- Last Synced: 2025-03-05T15:51:52.299Z (7 months ago)
- Topics: expo, production-ready, react-native
- Language: TypeScript
- Homepage:
- Size: 24.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://github.com/tilap/expo-minimal-boilerplate).
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
## Getting Started
### Prerequisites
- Node.js (version specified in `.nvmrc` or `package.json`)
- Yarn (version specified in `package.json`)### Installation
Clone the repository:
```sh
git clone https://github.com/tilap/expo-photo-swipe.git
```Install dependencies:
```sh
yarn install
```Start the development server:
```sh
yarn start
```## License
This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.