From 02cde71c55571bf2b94e3476ffec79dcfa0637b4 Mon Sep 17 00:00:00 2001 From: Roy <18210575+cq0702@users.noreply.github.com> Date: Fri, 19 Oct 2018 14:10:48 +0800 Subject: [PATCH] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e7d5a19..81cf8a9 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,6 @@ Basic usage this.sectionList=s} sectionListData={this.state.dataArray} - sectionHeight={50} initialNumToRender={this.state.dataArray.length} showsVerticalScrollIndicator={false} SectionListClickCallback={(item,index)=>{ @@ -118,7 +117,7 @@ If you want to custom section item,you can do like this: /> } - renderItem=(params)=>{ + _renderItem=(params)=>{ console.log('---custom-renderItem--',params) return {params.name} }