File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed
packages/uikit-react-native-core/src Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -20,6 +20,9 @@ export type { LabelSet, LabelLocale } from './localization/label.type';
20
20
export { default as createNativeFileService } from './platform/createFileService.native' ;
21
21
export { default as createNativeClipboardService } from './platform/createClipboardService.native' ;
22
22
export { default as createNativeNotificationService } from './platform/createNotificationService.native' ;
23
+ export { default as createExpoFileService } from './platform/createFileService.expo' ;
24
+ export { default as createExpoClipboardService } from './platform/createClipboardService.expo' ;
25
+ export { default as createExpoNotificationService } from './platform/createNotificationService.expo' ;
23
26
export type {
24
27
FileServiceInterface ,
25
28
ClipboardServiceInterface ,
You can’t perform that action at this time.
0 commit comments