react-native-stateless-form icon indicating copy to clipboard operation
react-native-stateless-form copied to clipboard

Remove empty Android-only View

Open danielweinmann opened this issue 8 years ago • 0 comments

I don't know if all versions of Android have this problem, but on the Samsung Galaxy S3 Mini I tested with auto-scroll wont happen unless the ScrollView has sufficient height.

That's why we have the empty View on Android, and why I didn't merge @plougsgaard's PR: https://github.com/danielweinmann/react-native-stateless-form/pull/1

But the solution is terribly poor, leaving a lot of blank space the user can scroll to manually. Can anyone think of a better solution?

danielweinmann avatar Apr 17 '16 20:04 danielweinmann