Hey there. Just trying to get the default "re-natal init SomeApp" result to work and I'm running into issues.
I've installed re-natal and all dependencies as described in the readme at https://github.com/drapanjanas/re-natal
Then ran the following after configuring an avd emulator instance and starting it:
$ re-natal use-android-device avd
$ re-natal use-figwheel
$ lein figwheel android
(seperate terminal)
react-native run-android
The result is the following:
error: bundling failed: SyntaxError: C:\Repositories\dots-world\node_modules\react-native\scripts\figwheel-bridge.js: Unexpected token (75:20)
at Parser.raise (C:\Repositories\dots-world\node_modules\@babel\parser\lib\index.js:6325:17)
at Parser.unexpected (C:\Repositories\dots-world\node_modules\@babel\parser\lib\index.js:7642:16)
at Parser.parseExprAtom (C:\Repositories\dots-world\node_modules\@babel\parser\lib\index.js:8841:20)
at Parser.parseExprSubscripts (C:\Repositories\dots-world\node_modules\@babel\parser\lib\index.js:8412:23)
at Parser.parseMaybeUnary (C:\Repositories\dots-world\node_modules\@babel\parser\lib\index.js:8392:21)
at Parser.parseExprOps (C:\Repositories\dots-world\node_modules\@babel\parser\lib\index.js:8267:23)
at Parser.parseMaybeConditional (C:\Repositories\dots-world\node_modules\@babel\parser\lib\index.js:8240:23)
at Parser.parseMaybeAssign (C:\Repositories\dots-world\node_modules\@babel\parser\lib\index.js:8187:21)
at Parser.parseParenAndDistinguishExpression (C:\Repositories\dots-world\node_modules\@babel\parser\lib\index.js:8978:28)
The frustrating thing is that everything was working 2 days ago when I first tried to use re-natal init also from a fresh environment.
Any thoughts?