Skip to content

Latest commit

 

History

History
46 lines (39 loc) · 1.7 KB

README.md

File metadata and controls

46 lines (39 loc) · 1.7 KB

React-native-windows-demo

The intention of this repository is to show basic UWP application by using React Native Windows vnext. https://github.com/microsoft/react-native-windows/tree/master/vnext [ Involves closer interaction between C++ and JS ]

The development of the React Native Windows vnext implementation is ongoing.

Prerequisites

  • Js editor (VS code editor)
  • VS 2017 or greater
  • React Native Windows -vnext currently supports Windows 10 SDK >= 15063
  • Install node
  • Enable your machine for development [ DeveloperMode_Settings_Reference].

Getting started

  • npm install -g react-native-cli
  • clone respository
  • cd uwp_vnext_demo/
  • npm install

Run Project

  • Open windows/uwp_vnext_demo.sln in VS 2019. //This might ask you to install few dependencies
  • Select 'debug' and x64from the configuration selection available next to Run.
  • Right click on solution and Build solution.(This may take few minutes)
  • Right click on solution and deploy it.
  • Go to project directory and open gitbash.
  • cd uwp_vnext_demo.
  • Run command 'react-native start'. //This will start local client server on port 8081 to create JS bundle
  • Go to search bar and type uwp_vnext_demo.
  • Launch the application.

Application covers following

* Buttons
* Grid View by using FlatList
* Image 
* Text
* Input
* ScrollView
* FlatList
* Linking module of react-native

Contribute

  • Star - If you like it
  • Fork - If you like to build your own version
  • File an issue - If you found a bug
  • Send a pull request - If you want to contribute