I'm trying to use the List component to handle a lot of inputs, but notice that it keeps scrolling back to top after entering the input.
Don't know if this is related to http://stackoverflow.com/questions/37234317/listview-always-scrolls-back-to-the-top-in-react-native - I have tried to <List style={{flex> 1}} ..>
<List style={{flex> 1}} ..>
Try this https://github.com/GeekyAnts/NativeBase/issues/339
Thank you so much! I finally got this working.