actbase / react-kakaosdk

KakaoSDK Bridge for React, React-Native, RNW

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't install the library

xubmuajkub opened this issue · comments

Got error when try installing the library to React-Native App (Expo-bared). Here's the error log

/Users/thor/.npm/_npx/dc46b1f2346da22f/node_modules/@actbase/react-kakaosdk/bin/install:46
    exec(cmd?.replace(/\n/g, ' '), (err, stdout, stderr) => {
             ^

SyntaxError: Unexpected token '.'
    at wrapSafe (internal/modules/cjs/loader.js:1047:16)
    at Module._compile (internal/modules/cjs/loader.js:1097:27)
    at Object.Module._extensions..js (internal/modules/cjs/loader.js:1153:10)
    at Module.load (internal/modules/cjs/loader.js:977:32)
    at Function.Module._load (internal/modules/cjs/loader.js:877:14)
    at Function.executeUserEntryPoint [as runMain] (internal/modules/run_main.js:74:12)
    at internal/main/run_main_module.js:18:47

해당 모듈은 expo를 지원하지 않습니다. 그래서 iOS폴더를 못찾는듯합니다.