shpongle2634 / react-native-kakao-links

React-Native Kakao Link Module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

link가 undefined입니다.

hansol775 opened this issue · comments

commented

TypeError: Cannot read property 'link' of undefined
at _callee$ (blob:http://localhost:8081/f02d6e05-7388-4faf-bbe2-4f4722ba3009:161465:82)
at tryCatch (blob:http://localhost:8081/f02d6e05-7388-4faf-bbe2-4f4722ba3009:28629:19)
at Generator.invoke [as _invoke] (blob:http://localhost:8081/f02d6e05-7388-4faf-bbe2-4f4722ba3009:28804:24)
at Generator.prototype.(anonymous function) [as next] (blob:http://localhost:8081/f02d6e05-7388-4faf-bbe2-4f4722ba3009:28672:23)
at tryCatch (blob:http://localhost:8081/f02d6e05-7388-4faf-bbe2-4f4722ba3009:28629:19)
at invoke (blob:http://localhost:8081/f02d6e05-7388-4faf-bbe2-4f4722ba3009:28705:22)
at blob:http://localhost:8081/f02d6e05-7388-4faf-bbe2-4f4722ba3009:28735:13
at tryCallTwo (blob:http://localhost:8081/f02d6e05-7388-4faf-bbe2-4f4722ba3009:3109:7)
at doResolve (blob:http://localhost:8081/f02d6e05-7388-4faf-bbe2-4f4722ba3009:3273:15)
at new Promise (blob:http://localhost:8081/f02d6e05-7388-4faf-bbe2-4f4722ba3009:3132:5)

예제소스를 따라하는데 not working이네요. 어디를 손봐야할까요. 인스톨은 리드미문서 보고 그대로 진행하였습니다.

commented

에러 발생하시는 분들은 MainApplication에
import co.jootopia.kakao.link.RNKakaoLinkPackage;로
임포트하면됩니다.
아마 import co.jootopia.kakao.plus.RNKakaoLinkPackage;로 되어있을거에요

안녕하세요, react-native-kakao-plus-friend 도 같이 만들다보니 패키지명을 잘못쓴 부분이생겼군요 수정해놓겠습니다!