Skip to content
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
@fangbicheng

Description

          App 上的基础组件现在是不会渲染的,也就是说下面的 View 是不会渲染到页面上的。
class App extends React.Component {
  render() {
    return (
     <View id="app">
        {this.props.children}
      </View>
    );
  }
}

Originally posted by @yesmeck in #189 (comment)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions