Skip to content

Is it possible to use React Native with Reactpy without javascript? #1177

Answered by Archmonger
Heus-Sueh asked this question in Question
Discussion options

You must be logged in to vote

There currently isn't support for React Native. Since we're running Python, it's likely we'd need to fork it into a package like reactpy-native.

The main issue is right now ReactPy is reliant on a backend framework, which is server-sided. This clashes with the way React Native functions. I am working on decoupling ReactPy from our backends.

After decoupling, running ReactPy as a native app would require a mixture of PyScript and Electron.js. We've created proof of concepts showing ReactPy can work in this configuration, but we haven't had time to fold it into a clean reactpy-native package.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by Heus-Sueh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants