Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use the python code in React Native app?

I want to use React Native as a front-end and the core logic to implement in python. How it can be implemented? Is there a python wrapper for js, with support for react native

like image 929
Владимир Рудомаха Avatar asked Sep 01 '25 22:09

Владимир Рудомаха


1 Answers

Yes, you can use Transcrypt. It supports React, including compilation of JSX source embedded in Python.

Disclaimer: I am the initiator of the project.

like image 180
Jacques de Hooge Avatar answered Sep 03 '25 11:09

Jacques de Hooge