We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18fab94 commit 0c767c2Copy full SHA for 0c767c2
example/src/app/share.tsx
@@ -1,5 +1,6 @@
1
import { showMessage } from 'react-native-flash-message';
2
import {
3
+ type KakaoCalendarTemplate,
4
type KakaoCommerceTemplate,
5
type KakaoFeedTemplate,
6
type KakaoListTemplate,
@@ -30,7 +31,6 @@ import {
30
31
shareLocationTemplate,
32
shareTextTemplate,
33
} from '@react-native-kakao/share';
-import type { KakaoCalendarTemplate } from '@react-native-kakao/share/lib/typescript/src/spec/NativeKakaoShare';
34
import { selectMultipleFriends } from '@react-native-kakao/social';
35
36
import { Btn } from '../component/Btn';
packages/share/src/index.ts
@@ -32,6 +32,7 @@ export type {
KakaoListTemplate,
KakaoFeedTemplate,
KakaoCommerceTemplate,
+ KakaoCalendarTemplate,
};
37
38
const LINKING_ERROR =
0 commit comments