I have a python cli which basically translates stuff from one language now i know that there is no framework for writing guis in python for mobile i chose react native.But the question is that how do i connect the two.Usually u do it with api when u have the thing online u connect it with the database and the web server it self.But i want it to work locally just basically to have a ui , how would i do something like this.I searched the internet but it was giving me the api thing which i probbably think shouldn't be implemented.