react-native-gifted-listview
react-native-gifted-listview copied to clipboard
error with GiftedSpinner
Hi,
just downloaded v0.0.15 and tried to run the simple example code but getting this error for GiftedSpinner render (ios simulator)
RN 0.40.0
me too. on RN0.41.0
create your custom "paginationFetchingView" function
paginationFetchingView() { return ( <View> <Text>Loading...</Text> </View> ); }
and pass as prop to
<GiftedListView paginationFetchingView={this.paginationFetchingView} />
@parkerproject very good! thx!