-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4beb69c
commit 6827e49
Showing
1 changed file
with
31 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,31 @@ | ||
# PDF Example | ||
|
||
![Supports iOS](https://img.shields.io/badge/iOS-000.svg?style=flat-square&logo=APPLE&labelColor=999999&logoColor=fff) | ||
![Supports Android](https://img.shields.io/badge/Android-000.svg?style=flat-square&logo=ANDROID&labelColor=A4C639&logoColor=fff) | ||
|
||
Use `react-native-pdf` in a custom [Expo Dev Client](https://docs.expo.dev/clients/introduction/) (not available in Expo Go). | ||
|
||
## 🚀 How to use | ||
|
||
```sh | ||
npx create-react-native-app -t with-pdf | ||
``` | ||
|
||
## ☁️ Build in the cloud | ||
|
||
- [Building with EAS](https://docs.expo.dev/eas/) | ||
|
||
## 🏃 How to build and run locally | ||
|
||
- [Setup development Environment](https://reactnative.dev/docs/environment-setup) | ||
- 🍎 Build/Run on iOS `yarn ios`. | ||
- 🤖 Build/Run on Android `yarn android`. | ||
|
||
## 📝 Notes | ||
|
||
- [React Native PDF](https://github.com/wonday/react-native-pdf) | ||
- [Expo Config Plugin: PDF](https://github.com/expo/config-plugins/tree/master/packages/react-native-pdf) | ||
- [Expo Development Client docs](https://docs.expo.dev/clients/introduction/) | ||
- [Building with EAS](https://docs.expo.dev/eas/) | ||
# livre | ||
# livre | ||
<div align="center"> | ||
<img src="https://raw.githubusercontent.com/LivreBooks/livre/main/assets/logo.png" width="200" height="200" style="display: block; margin: 0 auto"/> | ||
<h1>Livre</h1> | ||
<p>A mobile client for <a href="https://ligen.is">Library Genesis</a> for downloading and reading books.</p> | ||
|
||
[![React Native](https://img.shields.io/badge/-React%20Native-3a83f9?style=for-the-badge&logo=react&logoColor=white&labelColor=2ec781)](https://reactnative.dev) | ||
</div> | ||
|
||
## Features | ||
|
||
- Recommendations - Book recommendations for various Genres. | ||
- Searching - Search books by Title or Author. | ||
- Download - Download books in pdf and epub format. | ||
- Supports all Categories currently on libgen.is. | ||
- Download Library - All Books downloaded are added to your local library. | ||
- Reader - An inbuilt app book reader supporting pdf and epub files. | ||
- Online Account - All downloads are saved to the user's account enabling restoring when switching devices. | ||
- Extras | ||
- Restore to the last page read. | ||
- Bookmarks | ||
- Reader Themes | ||
- Dark Mode | ||
|
||
<p align="center"> | ||
<img width="16%" src="[https://user-images.githubusercontent.com/56973177/180152688-8cfaf616-0ee7-402a-981f-58ed3e5b2c07.png](https://github.com/LivreBooks/livre/blob/main/screenshots/search.png?raw=true)"> | ||
<img width="16%" src="[https://user-images.githubusercontent.com/56973177/180152828-78fc4d64-8721-4cee-ade2-463ea1ab63b2.png](https://github.com/LivreBooks/livre/blob/main/screenshots/search%20tab.png?raw=true)"/> | ||
<img width="16%" src="[https://user-images.githubusercontent.com/56973177/180152764-4c6a5141-4930-4783-bd1e-b2feaec9b223.png](https://github.com/LivreBooks/livre/blob/main/screenshots/explore-tab.png?raw=true)"/> | ||
<img width="16%" src="[https://user-images.githubusercontent.com/56973177/180152842-9f45ea85-45c1-4ffc-a0ee-92069c4d99fb.png](https://github.com/LivreBooks/livre/blob/main/screenshots/category.png?raw=true)"/> | ||
<img width="16%" src="[https://user-images.githubusercontent.com/56973177/180152861-ae83ccf5-6e0f-4b58-a6ba-3d8bac20cc36.png](https://github.com/LivreBooks/livre/blob/main/screenshots/subcategory.png?raw=true)"/> | ||
<img width="16%" src="[https://user-images.githubusercontent.com/56973177/180152870-9fc33ef1-dd4b-4cd5-9a16-146feb0bc321.png](https://github.com/LivreBooks/livre/blob/main/screenshots/bookviewer.png?raw=true)https://github.com/LivreBooks/livre/blob/main/screenshots/bookviewer.png?raw=true"/> | ||
</p> |