简体   繁体   English

如何在 javascript react native 库中访问 python 库

[英]How to access python library in javascript react native library

I am developing a mobile application using the react native library with the JavaScript language.我正在使用带有 JavaScript 语言的 react 本机库开发移动应用程序。 On the other hand, I have an image processing code that I wrote in python.另一方面,我有一个我在 python 中编写的图像处理代码。 Is it possible to combine them?有可能将它们结合起来吗? Can I put python in my React native code?我可以将 python 放在我的 React 本机代码中吗?

No this is not possible.不,这是不可能的。 What are you trying to achieve?你想达到什么目的? Why do you thing that embedding python in your React native code is the way to achieve it?为什么你认为在你的 React 本机代码中嵌入 python 是实现它的方法?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM