This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
This repository has been archived by the owner on Mar 7, 2024. It is now read-only.
App 上的基础组件现在是不会渲染的,也就是说下面的 View 是不会渲染到页面上的。 #1997
Open
Description
App 上的基础组件现在是不会渲染的,也就是说下面的 View 是不会渲染到页面上的。
class App extends React.Component {
render() {
return (
<View id="app">
{this.props.children}
</View>
);
}
}
Originally posted by @yesmeck in #189 (comment)
Metadata
Assignees
Labels
No labels
Activity