When I look on the Chaquopy website, it says it works with React Native. Can someone point out how would that be possible? Is there a way to extract a Python script output into React Native modules?
CodePudding user response:
To use Chaquopy in a React Native app, you'd need to:
- Configure your project's Gradle files, Python source code and Python requirements as described in the Chaquopy documentation.
- Create a native module to link your project to the Chaquopy Java API.