[SOLVED] How to use Python script in React Native without API or Server?

Hi there, I simply want to run a bot python script in React Native. A bot is a request based written in python language. What I simply want to do is getting username and password from the App interface and the app starts running that python script in the background. The goal is the standalone functioning of the bot in each phone with device own IP rather than using a server.

2 Likes

stackoverflow is the right place for such deep coding queries… :frowning_face:

  • Please post this same question there, you will get reply within a couple of hours! :+1:
3 Likes