innFactory / react-native-dialogflow

A React-Native Bridge for the Google Dialogflow (API.AI) SDK
https://innfactory.de/softwareentwicklung/ui-ux/sprachsteuerung-mit-api-ai-in-einer-react-native-app/
MIT License
200 stars 64 forks source link

Unable to run the example #32

Open Thanmai-C opened 6 years ago

Thanmai-C commented 6 years ago

I followed the steps mentioned by cloning the repo, npm install and run. But i get the error as in the attached image. Device: Nexus 5x(Android 7.1) "dependencies": { "react": "16.3.0-alpha.1", "react-native": "0.54.0", "react-native-dialogflow": "../" }, screenshot_1525420768

Please help me resolve this issue.

eggybot commented 6 years ago

Could you try the example code for Dialogflow version1 , let me know if its working or not for v1

thanks,

Thanmai-C commented 6 years ago

The code in App.ios.js works properly, but not App.android.js in the example folder. Don't know y?

spoeck commented 6 years ago

@Thanmai-C I don't support entities in verison 2. The reason was that the API of Dialogflow was different. If you really need support for entities I can look into this problem again

Thanmai-C commented 6 years ago

Ya please do see if you can