pwcremin / react-native-watson

41 stars 13 forks source link

undefined is not an object on Conversation.initialize #20

Open jcblol opened 6 years ago

jcblol commented 6 years ago

I'm getting undefined is not an object (evaluating 'RNConversation.initialize'). I've 'import { Conversation } from 'react-native-watson';' and 'npm install react-native-watson' successfully into the project. Any ideas?

krigame commented 6 years ago

I have the same issue with the Speech-to-Text module. I have very basic project just for testing out the Watson service, yet I get this error and can't figure out why. Maybe the 'react-native-watson' is not compatible with some latest Android APIs or React Native versions...