Environment
react-native -v: 0.57.5
npm ls rnpm-plugin-windows: 0.2.8
npm ls react-native-windows: 0.57.0-rc.0
node -v: 10.9.0
npm -v: 6.2.0
-
Target Platform: UWP
-
Target Platform Version(s): UWP - 10.0.14393, .NET 4.6.1
-
Target Device(s): Desktop
-
Development Operating System: Windows 10
-
Visual Studio Version: VS 2017
-
Build Configuration: Debug
Steps to Reproduce
- install fresh react-native proj
- install windows plugin
- npm install react-navigation
- run app
Expected Behavior
Application should load without problems
Actual Behavior
Error when loading package: Unable to resolve module gestureHandlerRootHOC. There seems to be a dependency on react-native-gesture-handler which does not support UWP.
Reproducible Demo

Environment
react-native -v: 0.57.5npm ls rnpm-plugin-windows: 0.2.8npm ls react-native-windows: 0.57.0-rc.0node -v: 10.9.0npm -v: 6.2.0Target Platform: UWP
Target Platform Version(s): UWP - 10.0.14393, .NET 4.6.1
Target Device(s): Desktop
Development Operating System: Windows 10
Visual Studio Version: VS 2017
Build Configuration: Debug
Steps to Reproduce
Expected Behavior
Application should load without problems
Actual Behavior
Error when loading package: Unable to resolve module gestureHandlerRootHOC. There seems to be a dependency on react-native-gesture-handler which does not support UWP.
Reproducible Demo