chunxli / rssreader

React Native List Demo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

iOS

Build status

Android

Build status

Introduction

React Native Demo

Fetch RSS contents from following sources and display them.

React Native Build Command Lines

yarn install

# Build iOS
yarn ios 

# Build Android
yarn android

CodePush Integrated and Code Signing Enabled

If you want to test with your own CodePush configuration, please update following fields:

Android

Update the CodePushDeploymentKey and CodePushPublicKey in strings.xml file with your own values.

iOS

Update the CodePushDeploymentKey and CodePushPublicKey in Info.plist file with your own values.

Release Command Line

appcenter codepush release-react -a <ownerName>/<appName> -d Staging -k <pathToPrivateKeyFile>

For example:

appcenter codepush release-react -a KevinApps/RSSReader-RN-Android -d Staging -k ./private.pem

Overview

Android

AndroidOverView

iOS

iOSOverView

About

React Native List Demo


Languages

Language:JavaScript 47.1%Language:Java 24.4%Language:Objective-C 16.7%Language:Starlark 7.2%Language:Ruby 3.1%Language:Shell 1.5%