-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Description
Environment
-
react-native -v:
react-native-cli: 2.0.1
react-native: 0.50.0 -
npm ls rnpm-plugin-windows:
`-- [email protected] -
npm ls react-native-windows:
`-- [email protected] -
node -v:
v6.11.4 -
npm -v:
5.6.0 -
yarn --version:
-
Target Platform:
UWP -
Target Platform Version(s):
10.0.14393 -
Target Device(s):
Desktop -
Development Operating System:
Windows -
Visual Studio Version:
Visual Studio 2017
Steps to Reproduce
(Write your steps here:)
- npm install --save react-native-video
- react-native link
Expected Behavior
rnpm-install info Linking react-native-video android dependency
rnpm-install info Android module react-native-video has been successfully linked
rnpm-install info Linking react-native-video ios dependency
rnpm-install info iOS module react-native-video has been successfully linked
rnpm-install info Linking react-native-video windows dependency
rnpm-install info Windows module react-native-video has been successfully linked
Actual Behavior
rnpm-install info Linking react-native-video android dependency rnpm-install info Android module react-native-video has been successfully linked
rnpm-install info Linking react-native-video ios dependency rnpm-install info iOS module react-native-video has been successfully linked
`rnpm-install ERR! Something went wrong while linking. Error: ENOENT: no such file or directory, open '\windows<project_name>\MainPage.cs'
Please file an issue here: https://github.com/facebook/react-native/issues
Reproducible Demo
package.json dependencies section should do it:
"dependencies": {
"react": "16.0.0",
"react-native": "0.50.0",
"react-native-video": "^2.0.0",
"react-native-windows": "^0.50.0"
}