HTML5 Canvas using React Native

What is the right way to use html5 canvas in react native? Do I need to use webview, some plugin or can I just use plain html canvas in react native code?

Thanks in advance.

Here's a module React-Native-Canvas
Maybe try it out?

Comments

Popular posts from this blog

Meaning of `{}` for return expression

Get current scroll position of ScrollView in React Native

flutter websocket connection issue