Skip to content

chunxli/rssreader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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