-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash when including 'react-native-dialogflow' #79
Comments
I fixed the same issue by changing the package.json from 3.2.2 to 3.1.0. Deleting the module in node_modules, then running npm install. |
@joe-pellegrino your suggestion did not work. |
@mitchhh22 I just got it working. I enacted what @joe-pellegrino said. changed This lead to npm installing 3.1.0 and now the app doesn't crash on the |
I get a crash too. I'm using expo, and I'm trying to avoid ejecting. I also included the infoPlist in the app.json like this Downgrading to 3.1.0 will stop that error, but will give you other errors if you used Dialogflow_V2 |
Hey,
I have an empty react app with expo and when I add this line:
import { Dialogflow_V2 } from 'react-native-dialogflow';
(same with import { Dialogflow } from 'react-native-dialogflow'; )
The app crash and I have this error message :
Any ideas ?
The text was updated successfully, but these errors were encountered: