joonhocho / react-native-linkedin-sdk

React Native Wrapper for Latest LinkedIn Mobile SDK for Sign-In / Auth and API Access.
MIT License
40 stars 16 forks source link

Error react-native 0.33.1 #1

Closed remch1990 closed 7 years ago

remch1990 commented 7 years ago

App/node_modules/react-native-linkedin-sdk/index.js: Unexpected token, expected ; (1:20) at index.js:1:20

TomAtterton commented 7 years ago

I am currently having the same issue, with react-native 0.40.0

joonhocho commented 7 years ago

@remch1990 @TomAtterton https://github.com/joonhocho/react-native-google-sign-in/issues/1.

joonhocho commented 7 years ago

@remch1990 @TomAtterton I changed import and export statements to require and module.exports, so it should be fixed now.