react-native-gifted-listview icon indicating copy to clipboard operation
react-native-gifted-listview copied to clipboard

error with GiftedSpinner

Open amanthegreatone opened this issue 8 years ago • 3 comments

Hi,

just downloaded v0.0.15 and tried to run the simple example code but getting this error for GiftedSpinner render (ios simulator)

screen shot 2017-02-20 at 6 09 56 pm

RN 0.40.0

amanthegreatone avatar Feb 20 '17 12:02 amanthegreatone

me too. on RN0.41.0

smk524198002 avatar Feb 24 '17 09:02 smk524198002

create your custom "paginationFetchingView" function paginationFetchingView() { return ( <View> <Text>Loading...</Text> </View> ); }

and pass as prop to

<GiftedListView paginationFetchingView={this.paginationFetchingView} />

parkerproject avatar Mar 03 '17 02:03 parkerproject

@parkerproject very good! thx!

evan0204 avatar Mar 10 '17 15:03 evan0204