React Native tutorials¶
Use these tutorials to quickly voice enable apps built with React Native:
Building a voice agent for a React Native app
Learn how create a voice agent for React Native app from scratch and write simple voice commands.
Sending commands to the app (React Native)
Learn how to send commands to perform activities in a React Native app with voice.
Passing the app state to the dialog script (React Native)
Learn how to create a context-aware voice agent and send the React Native app’s state to the dialog script.
Triggering activities without voice commands (React Native)
Learn how to send arbitrary information from a React Native app to the dialog script and trigger activities without voice commands.
Navigating between screens with voice (React Native)
Learn how to move between screens in a React Native app with voice.