Writing an iOS wrapper around rclone: is it possible to run an included copy of it and send http requests to it?

Hi,

I’ve just started learning how to use React Native, with the goal of trying to create an iOS frontend for rclone, a command-line application. It can be run in remote control mode - as a http server that can accept requests to control it.

Rclone is written in Go, and the CI does have iOS binaries.

Does Expo have APIs to run an included copy of the iOS rclone binaries in this mode, and use http to control it?

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.