add footer element in add notebook dialog

This commit is contained in:
ammarahm-ed
2021-09-02 12:01:59 +05:00
parent 53d1316b24
commit 4f545fd684

View File

@@ -371,6 +371,7 @@ export class AddNotebookDialog extends React.Component {
onMomentumScrollEnd={() => { onMomentumScrollEnd={() => {
this.actionSheetRef.current?.handleChildScrollEnd(); this.actionSheetRef.current?.handleChildScrollEnd();
}} }}
ListFooterComponent={<View style={{height:50}} />}
renderItem={({item, index}) => ( renderItem={({item, index}) => (
<TopicItem <TopicItem
item={item} item={item}