| 注册
请输入搜索内容

热门搜索

Java Linux MySQL PHP JavaScript Hibernate jQuery Nginx
jopen
8年前发布

react-native-gitfeed - 采用react-native开发的Github客户端

Github Feed

react-native-gitfeed - 采用react-native开发的Github客户端。

Includes ?

  1. Feeds like web github home.
  2. Search users or repos.
  3. Star, watch repos, follow guys.
  4. Explore trending repos daily, weekly, monthly.
  5. Check who's famous in some filed all of the world.

Online apps

iOS:

android:

2016_02_29_2007551457

How to build this

Register(If you don't need login, skip this step)

  1. You a github client key and secret, check this out!

  2. change config.js

Filling your github client and key

Install JS env

npm install

if error about 'EACCS' try

sudo chown -R $(whoami) "$HOME/.npm"

iOS

open the project in ios dir cd ios

pod install

Release mode

  1. edit xcode project RN_CNNode's scheme to release mode

screenshot

  1. bundle the JS resources, in project root dir

    react-native bundle --platform ios --entry-file index.ios.js --bundle-output ./release/main.jsbundle --assets-dest ./release --dev false
  2. xcode run!

Debug mode

Edit xcode project RN_CNNode edit scheme to debug mode

Xcode run!

Android

Use Android studio to open the android dir, the studio will take a lot time to build the project(just be patient).

Release mode

Connect your devices with USB.

Open Android studio,change the Build Variants to release

Device

sh ./build_android.sh

Emulator

Just run the project

Debug mode

react-native run-android

Emulator run some device.

Code-push practice (This step is optional)

  1. mkdir ~/Desktop/release
  2. bundle the js resources
// including image resources  react-native bundle --platform ios --entry-file index.ios.js --bundle-output ~/Desktop/release/main.jsbundle --assets-dest ~/Desktop/release --dev false    // not including image resources  react-native bundle --platform ios --entry-file index.ios.js --bundle-output ~/Desktop/release/main.jsbundle --dev false

Check app status

code-push deployment ls GitFeed-iOS

Publish update

code-push release GitFeed-iOS ~/Desktop/release 1.0.0 -d Production

Let's talk about it(So far only Chinese supported)

一次RN跨平台开发之旅

License

GPL. Copyright (c) David Tse.

项目地址: https://github.com/xiekw2010/react-native-gitfeed

 本文由用户 jopen 自行上传分享,仅供网友学习交流。所有权归原作者,若您的权利被侵害,请联系管理员。
 转载本站原创文章,请注明出处,并保留原始链接、图片水印。
 本站是一个以用户分享为主的开源技术平台,欢迎各类分享!
 本文地址:https://www.open-open.com/lib/view/open1456824393500.html
Git 版本控制系统 react-native-gitfeed