Closed tantou closed 8 years ago
You should set automaticallyAdjustContentInsets={false}
and control the content insets yourself.
But I put https://github.com/FaridSafi/react-native-gifted-messenger
this messenger to the NavigatorIOS
,and the space also occur
and the react-native-gifted-messenger
use Navigator
does no have the invalid space
And I replace the Navigator
intead of NavigatorIOS
and then ,the space occur too
Why?
I try the automaticallyAdjustContentInsets ={false}
and the space disappear
Thank You!
I use
react-native-invertible-scroll-view
with NavigatorIOSand it has a invalid space at the bottom of listView
what's the reason?