React native with UWP - How to setup react-native UWP environment?
I have a specific requirement to use react native for creating app for windows devices using the UWP. I googled about react native for windows with UWP support then i followed https://github.com/ReactWindows/react-native-windows my NPM version: 2.15.9 Node version: 4.6.1 commands i followed: choco install nodejs.install npm install -g react-native-cli react-native init AwesomeProject cd AwesomeProject npm install --save-dev rnpm-plugin-windows react-native windows then i got the below error E:\reactApps\myapp\sample1>react-native windows E:\reactApps\myapp\sample1\node_modules\react-native\node_modules\babel-core\lib\transformation\file\options\option-manager.js:176 throw new ReferenceError(messages.get("pluginUnknown", plugin, loc, i, dirname)); ^ ReferenceError: Unknown plugin "transform-flow-strip-types" specified in "base" at 0, attempted to resolve relative to "E:\reactApps\myapp\sample1\node_mo...