ListView in React Native tutorial cannot reach its scroll to the bottom(Android) -
i made same demo application react native tutorial(0.21) instructs, , run app on simulator(ios 9.2 iphone 6s, nexus_5_api_22_x86 avd)
it looks ok, when scroll app bottom, ios app reach end. bug of react listview component?
i can't confirm right now, seems listview hides behind action-bar of android. can apply marginbottom: 20
or paddingbottom: 20
listview
scroll bottom.
like this-
<listview style={{ marginbottom: 20 }}> </listview>
Comments
Post a Comment