Search code examples
javascriptpython-3.xreact-nativetranscrypt

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


Solution

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

    Disclaimer: I am the initiator of the project.