sdks/react-native/example/README.md
This is a comprehensive example application demonstrating how to use the Omi SDK for React Native to connect to and interact with Omi devices.
cd sdks/react-native/example
npm install
# or
yarn install
This example uses Expo, which simplifies the development process.
npm start
# or
yarn start
npm run ios
# or
yarn ios
npm run android
# or
yarn android
The app will automatically request Bluetooth permissions when needed. If permissions are denied, you'll see a banner with instructions to enable them.
Once connected, you can:
The app includes integration with Deepgram for real-time audio transcription:
Device not found during scanning
Connection fails
Audio data not received
Transcription not working
The example app demonstrates:
MIT