ListView in React Native tutorial cannot reach its scroll to the bottom(Android) -


scroll top(left ios, right android)

scroll bottom(left ios, right 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

Popular posts from this blog

How to check data type in C++? -

javascript - Is getTimezoneOffset() stable during daylight saving transition? -

sql server - SQL Query returns one result, does not return 0 or NULL result -