P5-wrapper / react

A wrapper component that allows you to utilise P5 sketches within React apps.
https://P5-wrapper.github.io/react/
MIT License
498 stars 50 forks source link

How can I use @P5-wrapper/react in react native #436

Closed minhduhung2002 closed 2 months ago

jamesrweb commented 2 months ago

We don't have a react native version yet but to use this in react native, you could create a web app and use a web view to see and interact with it as a workaround. How to do that is out of the scope of this repository though since this is a react web project.