Tell us which versions you are using:
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.
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