This page assumes knowledge of React Native, Node.js, and TypeScript.
You can use React Native to generate a mobile UI to monitor and control your robot through the Formant platform.
You can see an example of this in practice in the following example: GitHub: FormantMobile.
This example uses Expo as a mobile app development sandbox, compiles a simple UI, and runs an application which monitors video data from a Formant data stream and provides joystick teleoperation control.
You can find more detailed documentation and configuration steps in the README.md
file in the repo above.