I am making an app that calls from a firebase Firestore and displays teams for certain players. For some reason when logging in on iOS simulators, it logs in fine but won't display and teams. It does however display teams when logged in on android. If you have encountered this problem or can think of a solution please help.
Asked
Active
Viewed 59 times
0
-
you should provide more information. react-native-firebase provide functional only, it's nothing to do with `display` sth on your ui – Tran Quan Dec 31 '18 at 14:52
-
I found the problem, the ListView being used was outdated and wouldn’t work on iOS – Liam Ramsbottom Dec 31 '18 at 14:53