shpongle2634 / react-native-kakao-links

React-Native Kakao Link Module
MIT License
28 stars 21 forks source link

undefined is not an object #5

Closed reiui9 closed 5 years ago

reiui9 commented 5 years ago

IDE에서는 아래와 같은 경고가 뜨고

Could not find a declaration file for module 'react-native-kakao-links'. 'c:/Users/reiui/Desktop/Local/workspace/Scheduler/node_modules/react-native-kakao-links/index.js' implicitly has an 'any' type. Try npm install @types/react-native-kakao-links if it exists or add a new declaration (.d.ts) file containing declare module 'react-native-kakao-links';ts(7016)

실행 시 아래와 같은 오류가 뜹니다.

undefined is not an object (evaluating '_reactNativeKakaoLinks.default.link')

자동 install 방식으로 Example code 와 동일하게 개발하였습니다.

shpongle2634 commented 5 years ago

안녕하세요.

일단 어느 IDE인지 확인할 수 있을까요?

IDE 오류의 경우 구글링해보니 node_modules/react-native-kakao-links/packages.json 에

"typings": "index.js"

추가해보라는 해결책이 있었습니다.

실행시 오류는 설치과정이 어딘가 잘못 된 것 같은데, 더 자세한 정보가 필요 할 것 같습니다.

IOS 시뮬레이터에서 오류가 나는것인가요? 또한 pod spec 사용중인지 알려주시면 감사하겠습니다.