vivaxy/react-native-auto-height-image

"A trailing comma is not permitted after the rest element" error

tombuyse opened this issue · 2 comments

I'm receiving this error when updating to React native 0.57.

Project dependencies:
React Native 0.57
React 16.5
React-native-auto-height-image 1.0.1

Any idea what is causing this exactly?

react-native-auto-height-image@1.0.1 has already remove the trailing comma after the rest element.
Please provide detailed error stack.

Removed the node_modules and reinstalled. Seems to work fine now.

Thanks for the quick response!