danielweinmann / react-native-stateless-form

Stateless form components for React Native
MIT License
105 stars 14 forks source link

Remove empty Android-only View #1

Closed plougsgaard closed 8 years ago

plougsgaard commented 8 years ago

If it has a use, I fail to see it. 🙉

danielweinmann commented 8 years ago

Unfortunately, it has. 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.

I've created an Issue for this problem, and linked your PR there so we can create a better solution ;) thanks for the contribution!

plougsgaard commented 8 years ago

My test device is a Nexus 5 on 6.0.1. Thanks for the explanation!