Skip to content

Commit 0c767c2

Browse files
committed
chore: fix typo
1 parent 18fab94 commit 0c767c2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

example/src/app/share.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
import { showMessage } from 'react-native-flash-message';
22
import {
3+
type KakaoCalendarTemplate,
34
type KakaoCommerceTemplate,
45
type KakaoFeedTemplate,
56
type KakaoListTemplate,
@@ -30,7 +31,6 @@ import {
3031
shareLocationTemplate,
3132
shareTextTemplate,
3233
} from '@react-native-kakao/share';
33-
import type { KakaoCalendarTemplate } from '@react-native-kakao/share/lib/typescript/src/spec/NativeKakaoShare';
3434
import { selectMultipleFriends } from '@react-native-kakao/social';
3535

3636
import { Btn } from '../component/Btn';

packages/share/src/index.ts

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export type {
3232
KakaoListTemplate,
3333
KakaoFeedTemplate,
3434
KakaoCommerceTemplate,
35+
KakaoCalendarTemplate,
3536
};
3637

3738
const LINKING_ERROR =

0 commit comments

Comments
 (0)