Reputation: 21
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
Reputation: 41
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