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

flutter websocket connection issue

React-native : Unable to use react-native-fast-image

reinterpret_cast bug or UB? [duplicate]