Search code examples
react-nativeuwpreact-native-windows

react-native-windows ScrollView: View is not scrolling


Tried using flex:1 style for scrollview but its not working

Dependencies

  • react-native -v: 0.54.2
  • npm ls rnpm-plugin-windows: ^0.2.8
  • npm ls react-native-windows: ^0.54.0-rc.1
  • node -v: v6.11.3
  • npm -v: 3.10.10

Development environment

  • Target Platform: UWP
  • Target Platform Version(s): 10.0.14393
  • Target Device(s): Desktop, Mobile (ARM), Mobile Emulator
  • Development Operating System: Windows
  • Visual Studio Version: Visual Studio 2017

Solution

  • If you are using DrawerNavigator as your navigator; try with StackNavigator. I think issue is with the app navigator.