React-native-router-flux: Scroll is not working when Drawer is used

Created on 25 Jan 2019  路  7Comments  路  Source: aksonov/react-native-router-flux

Version

Tell us which versions you are using:

  • react-native-router-flux v4.0.0-beta.31
  • react v16.3.1
  • react-native v0.55.4

Expected behaviour

if scrollview is used then the screen should scroll till the end of the element

Actual behaviour

The scroll is not working in UWP but all the other functionality is working as expected

Steps to reproduce
For non-obvious bugs, please fork this component, modify Example project to reproduce your issue and include link here.

  1. Add the following code under the tag

    {BackNavigationButton('back')}} title="Test" renderRightButton={() => {this.rightFilterButton()}} />
  2. Then run the app

All 7 comments

can some one help me on this???

@aksonov can you help me on this???

@andrew @daviscabral @joenoon @januswel can someone answer this?

@Ash-faq im mainly doing react web dev lately so its been some time since I've used this package. Could you create a snack to reproduce this? https://snack.expo.io/ ... ill try to help but don't want to mess around with xcode or my dev env.

@joenoon thanks for your reply. scroll is working fine in mobile but when iam running the same app in windows using react-native-windows the scroll is not working

@Ash-faq ah, then I would probably be no help on anything related to windows. I didn't even know react-native-windows was a thing. You may need to dig into the lib in the node_modules directory and do some dirty console.logging to figure out whats different, and possibly submit a PR for react-native-windows or one of the libs in the chain. Good luck!

@joenoon thanks for your reply. scroll is working fine in mobile but when iam running the same app in windows using react-native-windows the scroll is not working

@aksonov

Was this page helpful?
0 / 5 - 0 ratings