developit / ama

Ask me stuff
29 stars 0 forks source link

Can I use preact as an alternative for React Native? #12

Closed mcnaveen closed 3 years ago

developit commented 3 years ago

It's not possible, and there'd be little/no benefit. Preact doesn't support abstract renderers since it is web-only.

That said, if I ever get time to finish the DOM frontend for RN I have sitting in a gist, this would become both possible and worthwhile.