You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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_
0 commit comments