georstat/react-native-image-cache

error: SyntaxError: /Users/.../Projects/.../node_modules/@georstat/react-native-image-cache/src/CachedImage.tsx: Unexpected token, expected ")" (120:16)

alexkendall opened this issue · 2 comments

Getting this compilation error with the latest version.

error: SyntaxError: /Users/.../Projects/.../node_modules/@georstat/react-native-image-cache/src/CachedImage.tsx: Unexpected token, expected ")" (120:16)

Hi @alexkendall, there’s no “)” on line 120 that could cause syntax error.

besides that, it’s not possible for us to ship bad syntax on npm since we build the code prior publishing.

Can you please make sure you haven’t touched anything on that file? (also check if you have a patch-package file for this module)

@alexkendall closing the issue, if you’re still getting error let us know.