tinycreative / react-native-intercom

React Native wrapper for Intercom.io
MIT License
406 stars 280 forks source link

Intercom.displayConversationsList() not work #304

Closed MiguelAngelVM closed 5 years ago

MiguelAngelVM commented 5 years ago

hello, when I use the function displayConversationsList the application closes.

also when I use the displayMessageComposer function and press the back button of the chat the application closes

"react": "^16.6.1", "react-native": "^0.57.5", "react-native-intercom":"13.1.0",

I found this errror

image

MiguelAngelVM commented 5 years ago

Inquiring more I found the following error

Fatal Exception: android.view.InflateException: Binary XML file line #2: Binary XML file line #2: Error inflating class androidx.constraintlayout.widget.ConstraintLayout

By changing from android to androidx

It was only necessary to change to dependency implementation 'androidx.constraintlayout:constraintlayout:1.1.3'