Skip to content

Commit c98f776

Browse files
committed
fix(core): exports expo platform service creators
1 parent 83ed8a3 commit c98f776

File tree

1 file changed

+3
-0
lines changed
  • packages/uikit-react-native-core/src

1 file changed

+3
-0
lines changed

packages/uikit-react-native-core/src/index.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ export type { LabelSet, LabelLocale } from './localization/label.type';
2020
export { default as createNativeFileService } from './platform/createFileService.native';
2121
export { default as createNativeClipboardService } from './platform/createClipboardService.native';
2222
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';
2326
export type {
2427
FileServiceInterface,
2528
ClipboardServiceInterface,

0 commit comments

Comments
 (0)