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

java - Run spring boot application error: Cannot instantiate interface org.springframework.context.ApplicationListener -

reactjs - React router and this.props.children - how to pass state to this.props.children -

Excel VBA "Microsoft Windows Common Controls 6.0 (SP6)" Location Changes -