Sorin
Sorin
react-native: 0.59.1 xcode: Version 10.2.1 (10E1001) same issue would happily contribute but i'm not that good with objective c
I get the same error whenever I use `ListFooterComponent` for example `ListFooterComponent={ Test }` When this is not set, everything works fine.
This solved it for me. Replaced ``` ListFooterComponent={renderListFooterComponent( listLength, screenHeight )} ``` With ``` ListFooterComponent={() => renderListFooterComponent( listLength, screenHeight )} ```