2017-04-19 4 views
2

私はReact VR Command Line Interface Version 0.3.0を使用しています。私は、パッケージマネージャーを通してreact-vrをダウンロードしました。私は私のDemoAppフォルダ内の「NPM開始」コマンドを実行すると、私はこのエラーを得た:React VR "jest-haste-map:@providesModule命名衝突"

Loading dependency graph... 
React packager ready. 

jest-haste-map: @providesModule naming collision: 
    Duplicate module name: View 
    Paths: /Users/akh/DemoApp/node_modules/react-vr/Libraries/Components/View/View.vr.js collides with /Users/akh/DemoApp/node_modules/react-native/Libraries/Components/View/View.js 

This warning is caused by a @providesModule declaration with the same name across two different files. 
jest-haste-map: @providesModule naming collision: 
    Duplicate module name: LayoutPropTypes 
    Paths: /Users/akh/DemoApp/node_modules/react-vr/Libraries/StyleSheet/LayoutPropTypes.vr.js collides with /Users/akh/DemoApp/node_modules/react-native/Libraries/StyleSheet/LayoutPropTypes.js 

This warning is caused by a @providesModule declaration with the same name across two different files. 
jest-haste-map: @providesModule naming collision: 
    Duplicate module name: AnimatedImplementation 
    Paths: /Users/akh/DemoApp/node_modules/react-vr/Libraries/VRReactOverrides/AnimatedImplementation.vr.js collides with /Users/akh/DemoApp/node_modules/react-native/Libraries/Animated/src/AnimatedImplementation.js 

This warning is caused by a @providesModule declaration with the same name across two different files. 
jest-haste-map: @providesModule naming collision: 
    Duplicate module name: NetworkOverlay 
    Paths: /Users/akh/DemoApp/node_modules/react-vr/Libraries/VRReactOverrides/NetworkOverlay.vr.js collides with /Users/akh/DemoApp/node_modules/react-native/Libraries/Inspector/NetworkOverlay.js 

これはバグですか?

+0

ザ・このGithubの問題https://github.com/facebook/を参照して、VRは、チームはこの問題を認識しているようで、今後のリリースで修正を約束しているリアクトreact-vr/issues/76。 – Valentin

答えて