React Native Listview leaving space

后端 未结 3 1200
[愿得一人]
[愿得一人] 2021-02-01 01:56

I\'m trying to implement a listview in React Native. Everything was fine when I was just calling the component Accounts but since I put it into a NavigatorIOS the L

3条回答
  •  谎友^
    谎友^ (楼主)
    2021-02-01 02:21

    Ok so, I found the answer, I post it here for anyone who run into the same issue.

    An issue has been posted on Github here . It is necessary to add to the ListView the parameter automaticallyAdjustContentInsets={false}. Problem Solved.

提交回复
热议问题