Skip to content

Commit 41ca4c8

Browse files
committed
chore: update image picker presentation style
1 parent da576a6 commit 41ca4c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/uikit-react-native/src/platform/createFileService.native.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ const createNativeFileService = ({
9595
}
9696

9797
const response = await imagePickerModule.launchCamera({
98+
presentationStyle: 'fullScreen',
9899
cameraType: options?.cameraType ?? 'back',
99100
mediaType: (() => {
100101
switch (options?.mediaType) {
@@ -134,6 +135,7 @@ const createNativeFileService = ({
134135
}
135136

136137
const response = await imagePickerModule.launchImageLibrary({
138+
presentationStyle: 'fullScreen',
137139
selectionLimit,
138140
mediaType: (() => {
139141
switch (options?.mediaType) {

0 commit comments

Comments
 (0)