https://github.com/thedrummeraki/dexify-mobile
Read manga. On the go.
https://github.com/thedrummeraki/dexify-mobile
android javascript manga-reader mangadex react react-native typescript
Last synced: 3 months ago
JSON representation
Read manga. On the go.
- Host: GitHub
- URL: https://github.com/thedrummeraki/dexify-mobile
- Owner: thedrummeraki
- Created: 2021-10-15T16:06:24.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-05-09T15:31:38.000Z (about 3 years ago)
- Last Synced: 2025-02-25T11:48:54.629Z (over 1 year ago)
- Topics: android, javascript, manga-reader, mangadex, react, react-native, typescript
- Language: TypeScript
- Homepage: https://play.google.com/store/apps/details?id=com.dexifymobile
- Size: 3.88 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dexify


Welcome to [Dexify](https://www.akinyele.ca/projects/dexify-mobile). Discover and Read Manga from the comfort of your Android smartphone. iOS version coming soon.
## Usage
### Google Play
The app is available in the following countries:
- United States of America
- Canada
- United Kingdom
- Australia
You must be running Android 11 (API 31) or later in order to run the app.
### Github releases
If you wish to install the APK directly to your device, check the [Releases](https://github.com/thedrummeraki/dexify-mobile/releases) tag on this Github repository.
> Note: the Github releases may not be always up to date with the `main` branch or the Google Play releases.
### Locally
This is a React Native app. You can run the app on your local computer. Requirements:
- Yarn
- Android SDK (must support version API 31 or later)
- Android smartphone with development mode enabled
The iOS version of the app has not been worked on at the moment so it cannot be ran on your local device. Support coming soon.
Please follow React Native's [development environment setup](https://reactnative.dev/docs/environment-setup) steps if you haven't set up a React Native project yet.
Once done, open two terminal windows:
```bash
# window 1 -- starts Metro
yarn start
```
```bash
# window 2 -- builds and installs the app to your Android device
yarn android
```
## About
**This is _not_ an official Mangadex mobile client**.
The app uses [Mangadex](https://mangadex.org)'s services ([ref](https://api.mangadex.org)) to display information. Anime information is taken from [youranime.moe](https://youranime.moe) which itself comes from [Kitsu](https://kitsu.io) and [Anilist](https://anilist.co).
The ability to read manga on this app is provided by Mangadex where the ability to read from official is provided whenever possible. See [Mangadex](https://mangadex.org) to learn more how they manage their data.