File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
import { showMessage } from 'react-native-flash-message' ;
2
2
import {
3
+ type KakaoCalendarTemplate ,
3
4
type KakaoCommerceTemplate ,
4
5
type KakaoFeedTemplate ,
5
6
type KakaoListTemplate ,
@@ -30,7 +31,6 @@ import {
30
31
shareLocationTemplate ,
31
32
shareTextTemplate ,
32
33
} from '@react-native-kakao/share' ;
33
- import type { KakaoCalendarTemplate } from '@react-native-kakao/share/lib/typescript/src/spec/NativeKakaoShare' ;
34
34
import { selectMultipleFriends } from '@react-native-kakao/social' ;
35
35
36
36
import { Btn } from '../component/Btn' ;
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ export type {
32
32
KakaoListTemplate ,
33
33
KakaoFeedTemplate ,
34
34
KakaoCommerceTemplate ,
35
+ KakaoCalendarTemplate ,
35
36
} ;
36
37
37
38
const LINKING_ERROR =
You can’t perform that action at this time.
0 commit comments