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
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.