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
Describe the bug
A clear and concise description of what the bug is.
expo r -c and run web
shows:
「wds」: Project is running at http://0.0.0.0:19006/
i 「wds」: webpack output is served from /
i 「wds」: Content not from webpack is served from C:\Users\WIN\AppData\Roaming\npm\node_modules\expo-cli\node_modules@expo\webpack-config\web-default
i 「wds」: 404s will fallback to /
web Failed to compile.
C:/Users/WIN/galio-starter-kit/App.js
SyntaxError: C:\Users\WIN\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.
Error from chokidar (C:): Error: EBUSY: resource busy or locked, lstat 'C:\pagefile.sys'
Describe the bug
A clear and concise description of what the bug is.
expo r -c and run web
shows:
「wds」: Project is running at http://0.0.0.0:19006/
i 「wds」: webpack output is served from /
i 「wds」: Content not from webpack is served from C:\Users\WIN\AppData\Roaming\npm\node_modules\expo-cli\node_modules@expo\webpack-config\web-default
i 「wds」: 404s will fallback to /
web Failed to compile.
C:/Users/WIN/galio-starter-kit/App.js
SyntaxError: C:\Users\WIN\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.
Error from chokidar (C:): Error: EBUSY: resource busy or locked, lstat 'C:\pagefile.sys'
To Reproduce
Steps to reproduce the behavior:
\node_modules\metro-config\src\defaults\blacklist.js
var sharedBlacklist = [
/node_modules[/\]react[/\]dist[/\]./,
/website/node_modules/./,
/heapCapture/bundle.js/,
/./tests/./
];
change to:
var sharedBlacklist = [
/node_modules[/\]react[/\]dist[/\]./,
/website/node_modules/./,
/heapCapture/bundle.js/,
/./tests/./
];
Expected behavior
ofcourse running ok of the galio-starter-kit
Screenshots
If applicable, add screenshots to help explain your problem.
Smartphone (please complete the following information):
react-native: 0.59.8
Additional context
Add any other context about the problem here.