mirror of
https://github.com/streetwriters/notesnook.git
synced 2025-12-23 23:19:40 +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={() => {
|
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}
|
||||||
|
|||||||
Reference in New Issue
Block a user