You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Getting following error ..
installed plugin as per the instructions provided in the link , but the error is not going
#################################################################
Failed to compile.
/galio-starter-kit/App.js
SyntaxError:/galio-starter-kit/App.js: Support for the experimental syntax 'jsx' isn't currently enabled (8:7):
6 | render() {
7 | return (
8 | <View style={{ flex: 1 }}>
| ^
9 |
10 |
11 |
Add @babel/plugin-transform-react-jsx (https://git.io/vb4yd) to the 'plugins' section of your Babel config to enable transformation.
The text was updated successfully, but these errors were encountered:
However, it led to an error stating I did not have the correct loader as seen in this issue. I then followed the top voted solution on that page, only to lead to a third error as follows:
"Can't resolve 'react-dom/unstable-native-dependencies'"
I tried running npm install [email protected] to see if it was due to the newest version of react-dom and the error went away.
Yet, now the page just loads a blank screen due to a frontend error of: TypeError: Object(...) is not a function
js index.js:15
At this point, I'm tossing in the hat. Hopefully they're web version gets up and running again. Hopefully someone finds this helpful.
Getting following error ..
installed plugin as per the instructions provided in the link , but the error is not going
#################################################################
Failed to compile.
/galio-starter-kit/App.js
SyntaxError:/galio-starter-kit/App.js: Support for the experimental syntax 'jsx' isn't currently enabled (8:7):
6 | render() {
7 | return (
Add @babel/plugin-transform-react-jsx (https://git.io/vb4yd) to the 'plugins' section of your Babel config to enable transformation.
The text was updated successfully, but these errors were encountered: