diff --git a/apps/mobile/src/components/AddNotebookDialog/index.js b/apps/mobile/src/components/AddNotebookDialog/index.js
index 22e93de44..576d5df06 100644
--- a/apps/mobile/src/components/AddNotebookDialog/index.js
+++ b/apps/mobile/src/components/AddNotebookDialog/index.js
@@ -1,6 +1,13 @@
import React, {createRef} from 'react';
-import {Keyboard, StyleSheet, TouchableOpacity, View,TextInput} from 'react-native';
-import {FlatList, ScrollView, } from 'react-native-gesture-handler';
+import {
+ Keyboard,
+ StyleSheet,
+ TouchableOpacity,
+ View,
+ TextInput,
+ Platform
+} from 'react-native';
+import {FlatList, ScrollView} from 'react-native-gesture-handler';
import {notesnook} from '../../../e2e/test.ids';
import {useMenuStore} from '../../provider/stores';
import {DDS} from '../../services/DeviceDetection';
@@ -368,8 +375,8 @@ export class AddNotebookDialog extends React.Component {
this.actionSheetRef.current?.handleChildScrollEnd();
}}
keyboardShouldPersistTaps="always"
- keyboardDismissMode="none"
- ListFooterComponent={}
+ keyboardDismissMode="interactive"
+ ListFooterComponent={}
renderItem={({item, index}) => (
-
- {/* */}
+{/*
+ {Platform.OS === 'ios' && (
+
+ )} */}
-