https://github.com/raindropio/android
Official Raindrop.io mobile app for Android
https://github.com/raindropio/android
android react-native
Last synced: about 2 months ago
JSON representation
Official Raindrop.io mobile app for Android
- Host: GitHub
- URL: https://github.com/raindropio/android
- Owner: raindropio
- License: mit
- Created: 2019-04-28T20:10:46.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2025-09-12T09:58:19.000Z (9 months ago)
- Last Synced: 2025-09-12T11:47:00.274Z (9 months ago)
- Topics: android, react-native
- Language: JavaScript
- Homepage:
- Size: 64.1 MB
- Stars: 587
- Watchers: 15
- Forks: 89
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Raindrop.io Android app
[
](https://play.google.com/store/apps/details?id=io.raindrop.raindropio)
Official Android client for Raindrop.io. This repository do not include any credentials or sensitive info.
I decided to open source it to be more transparent for users in terms of what app exactly do on your device, plus anyone could track development progress.
I am open to all kind of contributions. If you find a bug or have improvement feel free to submit issues or pull-requests!
Would be great if you can help with resolving known issues and planned improvements described below.
##### App features:
- Truly native look and feel
- Share extension
- Login in with Google, Apple
- Themes support
- Multilingual UI
##### Folders structure:
- src
- *assets* - static files
- *co* - common React components
- *data* - redux store (this code is also reused on Raindrop.io Web app)
- *local* - redux store specific to this app
- *modules* - navigation, i18n, etc
- *screens*
## Install
1. Rename `.env.example` to `.env`
2. `npm i`
3. `react-native run-android`