Skip to content

Commit eb204c4

Browse files
committed
RealmInputScreen: Disable Android's full-screen UI for text input
Fixes: #4386
1 parent 193f9b6 commit eb204c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/start/RealmInputScreen.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export default function RealmInputScreen(props: Props): Node {
134134
underlineColorAndroid="transparent"
135135
onSubmitEditing={tryRealm}
136136
enablesReturnKeyAutomatically
137+
disableFullscreenUI
137138
ref={textInputRef}
138139
/>
139140
</View>

0 commit comments

Comments
 (0)