项目作者: tamanyan

项目描述 :
React Native Sample Qiita Client App
高级语言: JavaScript
项目地址: git://github.com/tamanyan/qiita-client-react-native.git
创建时间: 2017-05-17T15:47:41Z
项目社区:https://github.com/tamanyan/qiita-client-react-native

开源协议:

下载


qiita-client-react-native

React Native Sample Qiita Client App

This project is built by React Native 0.44.0

Features

  • Sign in Qiita
  • Show posts in ListView
  • Show user profile

Screens

simulator screen shot
simulator screen shot

Installation

  1. npm install

or

  1. yarn

Create own qiita app

Visit https://qiita.com/settings/applications and create own qiita app

Setup .env file

  1. cp .env.example .env

Fill in Qiita CLIENT_ID and CLIENT_SECRET

Run on iOS Simulator

  1. react-native run-ios

Run on iOS Device

Build bundlejs

  1. react-native bundle --platform ios --dev false --entry-file index.ios.js --bundle-output ios/main.jsbundle

Build app on xcode and install it into your device.

Dependencies

  • react-redux
  • immutable
  • moment
  • url-parse
  • redux-thunk
  • redux-persist
  • react-native-navigation
  • react-native-config
  • etc …

Qiita API