aksonov / react-native-xmpp

XMPP library for React Native (iOS and Android native support)
BSD 2-Clause "Simplified" License
308 stars 98 forks source link

undefined is not an object (evaluating 'RNXMPP.PLAIN') #4

Closed llgoer closed 8 years ago

llgoer commented 8 years ago

after install ios debug application show error like: undefined is not an object (evaluating 'RNXMPP.PLAIN')

llgoer commented 8 years ago

I know,*libresolv is not add to project..

shubham1164 commented 6 years ago

I am getting the same error in Android. I am using the react-native: 0.56.0.

Error: undefined is not an object (evaluating 'RNXMPP.PLAIN')

I have confirmed that linking is done. but still the issue is not resolved. Please help