react-native-manga-reader-app icon indicating copy to clipboard operation
react-native-manga-reader-app copied to clipboard

[Alpha] A React Native / Expo app for cross-platform manga reading

Results 12 react-native-manga-reader-app issues
Sort by recently updated
recently updated
newest added

Because "Today" or "Yesterday" is a relative date and becomes out-of-date very quickly. Not persisting it depends on https://github.com/agilgur5/mst-persist/pull/16 . That being said, we could add some logic to just...

bug
external blocker

Currently only 1 site is supported. There should be a way to switch providers and support for at least a few. Ideally a handful would be supported out-of-the-box and others...

feature

- somewhat similar to how mangas work - significantly simplify merge logic for chapters as we just need to update the map entry and then update the list of refs...

external blocker

- [BackgroundFetch API](https://docs.expo.io/versions/v35.0.0/sdk/background-fetch/) - [Local Notification API](https://docs.expo.io/versions/latest/sdk/notifications/#notificationspresentlocalnotificationasynclocalnotification) There's no server component to this, so we can't do this server-side and send a push notification, have to do it client-side and...

feature

This isn't necessarily a "must have" but is "very good to have". I keep forgetting about it and then see a big 2-pager and realize I can't zoom it 😕...

feature

Somehow forgot about having screenshots in the README. Feature List would be nice too for at-a-glance recognition. This README serves as both an appstore-like page as well as a description...

good first issue
docs

Don't currently feel like paying for developer accounts to publish it on the respective stores, but can release the builds on GitHub Releases. APKs should build fine with `expo build:android`,...

tooling

Instead of the custom topbar I made quickly myself haha. Would have to make it disappear and respond to long press on page view too.

feature
tooling

It's kind of annoying to have to go back and click into the next chapter (especially since #7 isn't done so there isn't a visual indicator of the one that...

feature

https://github.com/kristerkari/react-native-css-modules Would align with the way I usually do CSS on web.

tooling