Skip to content

Commit 271444b

Browse files
updated readme
1 parent 71d7a4b commit 271444b

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

README.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
# React-native-windows-demo
2+
The intention of this repository is to show basic UWP application by using ***React Native Windows vnext***.
3+
https://github.com/microsoft/react-native-windows/tree/master/vnext [ _Involves closer interaction between C++ and JS_ ]
4+
5+
***The development of the React Native Windows vnext implementation is ongoing.***
6+
7+
### Prerequisites
8+
* Js editor (VS code editor)<br>
9+
* VS 2017 or greater
10+
* React Native Windows -vnext currently supports Windows 10 SDK >= 15063
11+
* Install node
12+
* Enable your machine for development [ [DeveloperMode_Settings_Reference](https://docs.microsoft.com/en-us/windows/uwp/get-started/enable-your-device-for-development)].
13+
14+
15+
### Getting started
16+
* npm `install -g react-native-cli`
17+
* clone respository
18+
* cd `uwp_vnext_demo/`
19+
* `npm install`
20+
21+
### Run Project
22+
* Open `windows/uwp_vnext_demo.sln` in VS 2019. //_This might ask you to install few dependencies_
23+
* Select 'debug' and `x64`from the configuration selection available next to Run.
24+
* Right click on solution and `Build solution`.(_This may take few minutes_)
25+
* Right click on solution and deploy it.
26+
* Go to project directory and open gitbash.
27+
* cd `uwp_vnext_demo`.
28+
* Run command 'react-native start'. //_This will start local client server on port 8081 to create JS bundle_
29+
* Go to search bar and type `uwp_vnext_demo`.
30+
* Launch the application.
31+
32+
### Application covers following
33+
* Buttons
34+
* Grid View by using FlatList
35+
* Image
36+
* Text
37+
* Input
38+
* ScrollView
39+
* FlatList
40+
* Linking module of react-native

0 commit comments

Comments
 (0)