Closed agostinhodev closed 1 year ago
This is a problem with the Expo build tool not supporting modern JS syntax. Open an issue on Expo instead.
@sindresorhus - Fortunately I found the solution.
I was using @expo/webpack-config
in version 0.17.2
.
However, Expo published a new version of the package, which is 18.0.1
.
After upgrading to newer version, it works!
As you said, it was an Expo problem!
Using Expo web and the
decamelize-keys@2.0.1
I'm getting the following error:How to solve?