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

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

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`