mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 15:09:33 +01:00
add footer element in add notebook dialog
This commit is contained in:
@@ -371,6 +371,7 @@ export class AddNotebookDialog extends React.Component {
|
||||
onMomentumScrollEnd={() => {
|
||||
this.actionSheetRef.current?.handleChildScrollEnd();
|
||||
}}
|
||||
ListFooterComponent={<View style={{height:50}} />}
|
||||
renderItem={({item, index}) => (
|
||||
<TopicItem
|
||||
item={item}
|
||||
|
||||
Reference in New Issue
Block a user