Skip to content

Plain old React inside of a WebView #497

@vkurchatkin

Description

@vkurchatkin

It would be cool if we could use plain React Components as children of a WebView seamlessly:

render()  {
  return (
    <WebView>
      <div>
       <MyReactComponent/>
      </div>
    </WebView>
  );
}

Any plans to implement something like this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions