Coder Social home page Coder Social logo

glennneiger / pxview Goto Github PK

View Code? Open in Web Editor NEW

This project forked from alphasp/pxview

0.0 1.0 0.0 96.93 MB

An unofficial Pixiv app client for Android and iOS, built with React Native.

License: MIT License

JavaScript 97.98% Python 0.20% Java 1.28% Ruby 0.04% Objective-C 0.50%

pxview's Introduction

PxView

logo

styled with prettier PRs Welcome

Unofficial Pixiv app client for Android and iOS, built in React Native.

Gif

gif

Screenshots

android_recommended android_search android_detail ios_recommended ios_illust_ranking ios_newworks

Features

  • Tab navigation on iOS, drawer navigation on Android

  • Ranking

    • Enjoy the latest popular works.
    • Find trending works over the past day, week, or month.
  • New Works

  • Check out new works from the users you're following.

  • View new works from your friends or all pixiv users

  • Search

    • Search for your favourite works with keyword.
    • Search for popular titles or characters.
    • Search illustrations/novels by tags, titles or id.
    • Search for users.
    • View the latest trends on pixiv with "Featured Tags"
  • One tap button to save multiple images

  • Mute and highlight tags (New in version 1.6)

  • Tag Encyclopedia (New in version 1.6)

  • Support localization (English, Japanese, Chinese)

  • Ad free

Download

Get it on Google Play

Getting Started

  1. $ git clone https://github.com/alphasp/pxview

  2. $ npm install

  3. $ npm run pod-install

  4. $ react-native link

  5. $ npm run ios or npm run android

  6. (Optional) Set up Fabric / Crashlytics account on Fabric.io.

    a) Android: Change value for io.fabric.ApiKey in ./android/app/src/main/AndroidManifest.xml

    b) iOS: Change value for Fabric APIKey in ./ios/PxView/info.plist

  7. (Optional) Setup Firebase account on Firebase. Create a database, get apiKey, databaseURL, projectId from database settings, then change values for firebase config in ./src/common/config/env.dev.js for development and ./src/common/config/env.prod.js for production

Application Architecture

  • redux is a predictable state container for JavaScript apps,
  • redux-saga is a library that aims to make side effects (i.e. asynchronous things like data fetching and impure things like accessing the browser cache) in React/Redux applications easier and better.
  • redux-persist is use to persist and rehydrate a redux store. It is use in this project to persist redux store in react-native AsyncStorage and rehydrate on app start.
  • react-navigation is the official react-native navigation solution. It is extensible yet easy-to-use
  • react-native-localization is a library to localize the ReactNative interface
  • react-native-fabric is a React Native library for Fabric, Crashlytics and Answers. It is use in this project for crash reporting.
  • normalizr normalizes nested JSON according to a schema
  • reselect is a selector library for Redux that is efficient and can compute derived data, allowing Redux to store the minimal possible state.
  • And more..

Troubleshooting

Could not list contents of '/node_modules/react-native/third-party/glog-0.3.4/test-driver'. Couldn't follow symbolic link.

$ unlink node_modules/react-native/third-party/glog-0.3.4/test-driver Related issue in react-native facebook/react-native#14464

Tests

$ npm test

Related Projects

pixiv-api-client - Api client for Pixiv

Contribute

  1. Fork pxview
  2. Follow steps in Getting Started to install dependencies and setup.
  3. Make your code changes
  4. npm run lint to lint and prettify codes, make sure all eslint warning and errors are fixed.
  5. npm test to run test, make sure all tests are passed.
  6. Commit and push your codes, then create a pull request.

Donations

If you like this application and think it is useful, you may consider making a donation

Amazon eGift Card (Amazon US or Amazon Japan)

Send to [email protected] via email delivery option

Bitcoin

btc

34nfe2Jm8Tg8f8YfE4Vk12JGeXDqC4b5pU

Paypal

USD

Donate

JPY

Donate

License

MIT

pxview's People

Contributors

alphasp avatar itjesse avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.