Skip to content
This repository was archived by the owner on Mar 7, 2024. It is now read-only.

App 上的基础组件现在是不会渲染的,也就是说下面的 View 是不会渲染到页面上的。 #1997

@fangbicheng

Description

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

Originally posted by @yesmeck in #189 (comment)

Metadata

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