Skip to content

⚙️ React Native Windows Environment Setup

Notifications You must be signed in to change notification settings

PrabhuManoharan/React-Native-Windows

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 

Repository files navigation

React Native Windows Environment Setup (Typescript)

Onetime Setup

  1. Download and Install Visual Studio 2017 Download Link

  2. Download and Install Visual Studio Code Download Link

  3. Download and Install NodeJS Download Link

  4. Install React Native CLI

npm i -g react-native-cli
  1. Install TypeScript
npm i -g typescript
  1. Create your project
react-native init --version="0.55.0-rc.0" MyApp --template typescript && node MyApp/setup.js
  1. Change project directory MyApp
cd MyApp
  1. Install the React Native Windows CLI Plugin
npm i --save-dev rnpm-plugin-windows
  1. Run the Windows initialization command
react-native windows --windowsVersion 0.55.0-rc.0
  1. Open project MyApp.sln file in Visual Studio

  2. Follow the prompts to install the Windows 10 SDK v. 10.0.14393.0

  3. If prompted, select Developer Mode in the Settings window under "Use developer features" and approve the Certificate Installation request. Enable "Developer mode" to allow the custom application to run

  4. Install windows build tools (run in Windows Power Shell)

npm i -g --production windows-build-tools
  1. Run your application
react-native run-windows
  1. Prompt Windows PowerShell Installing Certificate: Enter Y to install

  2. Prompt window: Allow Access to windows firewall

About

⚙️ React Native Windows Environment Setup

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published