Skip to content

Latest commit

 

History

History
42 lines (31 loc) · 1.47 KB

File metadata and controls

42 lines (31 loc) · 1.47 KB

rssreader - React Native for Windows

RssReader CI Status RssReader CI (Upgrade) Status

This sample showcases the usage of React Native for Windows to build a RSS reader.

It currently targets React Native Windows 0.62.

Setup

First, make sure you've met the React Native Windows System Requirements.

Then, within this folder, install the application's dependencies. If you have yarn installed:

yarn install	

Otherwise, you can just use npm:

npm install	

Run

Once you have all of the dependencies installed, you can run the application with the following command:

npx react-native run-windows	

The command will:

  • Build the application and all dependencies
  • Deploy the application
  • Launch the React Native Server and Debugger
  • Launch the application