We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da576a6 commit 41ca4c8Copy full SHA for 41ca4c8
packages/uikit-react-native/src/platform/createFileService.native.ts
@@ -95,6 +95,7 @@ const createNativeFileService = ({
95
}
96
97
const response = await imagePickerModule.launchCamera({
98
+ presentationStyle: 'fullScreen',
99
cameraType: options?.cameraType ?? 'back',
100
mediaType: (() => {
101
switch (options?.mediaType) {
@@ -134,6 +135,7 @@ const createNativeFileService = ({
134
135
136
137
const response = await imagePickerModule.launchImageLibrary({
138
139
selectionLimit,
140
141
0 commit comments