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';
2020export { default as createNativeFileService } from './platform/createFileService.native' ;
2121export { default as createNativeClipboardService } from './platform/createClipboardService.native' ;
2222export { 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' ;
2326export type {
2427 FileServiceInterface ,
2528 ClipboardServiceInterface ,
You can’t perform that action at this time.
0 commit comments