Mahesh Maharana
Mahesh Maharana

Reputation: 21

Create react native app that will start with voice command like google assistant or alexa

I want to build an app in react native which will start when the user will say hey [app name] just like when you say hey google google assistant opens and for amazon-echo, Alexa.

I am using react-native-voice inside the app to recognize what I am saying but only after I click on the app and press the mic button inside my app.

Any help is really appreciated.

Upvotes: 2

Views: 4207

Answers (1)

actualy you can use alexa sdk kit to make it just folow there!

this medium tutorial will help you to build like what you want link!

there is package to integrate with react-native npm i alexa-app

for more deep look this documentation https://github.com/alexa-js/alexa-app#readme

Upvotes: 2

Related Questions