"Setup with Web" error
See original GitHub issuetake this docs: https://docs.nativebase.io/docs/GetStarted.html
"react-native-web": "^0.9.8",
"native-base": "^2.8.1",
"@babel/plugin-proposal-class-properties": "^7.1.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0"
App.js
import React, { Component } from 'react';
import {H1} from 'native-base'
import logo from './logo.svg';
import './App.css';
class App extends Component {
render() {
return (
<div className="App">
<header className="App-header">
<img src={logo} className="App-logo" alt="logo" />
<p>
Edit <code>src/App.js</code> and save to reload.
</p>
<a
className="App-link"
href="https://reactjs.org"
target="_blank"
rel="noopener noreferrer"
>
<H1>Learn React</H1>
</a>
</header>
</div>
);
}
}
export default App;
errors:
Failed to compile
./node_modules/native-base-shoutem-theme/src/connectStyle.js
SyntaxError: path\testd\node_modules\native-base-shoutem-theme\src\connectStyle.js: Unexpected token (384:10)
382 | const { addedProps, style } = this.state;
383 | return (
> 384 | <WrappedComponent
| ^
385 | {...this.props}
386 | {...addedProps}
387 | style={style}
Issue Analytics
- State:
- Created 5 years ago
- Reactions:3
- Comments:5 (2 by maintainers)
Top Results From Across the Web
HTTP Errors <httpErrors> - Microsoft Learn
The <httpErrors> element allows you to configure custom error messages for your Web site or application. Custom error messages let you ...
Read more >HP printers - Cannot connect to Web Services
Or open the Setup, Service, or Settings menu, select Preferences, Printer Maintenance, or Tools, and then select Web Services, Printer Update, or LaserJet ......
Read more >Creating an HTML 404! Error Web Page - Udacity
In this tutorial, we will build an HTML 404 error web page to customize what the visitor sees when they land there.
Read more >Understanding domain setup error messages - GoDaddy
Learn why you may encounter domain set up errors and how to fix them.
Read more >Custom error pages - Sitefinity CMS Setup and maintenance
You must configure error pages to make sure such information is not visible on the live site. Additionally, error pages provide a much...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Same issue for me.
Working procedure here https://github.com/GeekyAnts/NativeBase-KitchenSink/blob/web-support/README.md#to-create-new-react-app