walterholohan / react-native-crisp-chat-sdk

React-Native bridge for Crisp Chat iOS and Android SDK's
MIT License
70 stars 26 forks source link

[iOS] Chat does not show when opened inside modal #106

Closed arcln closed 1 year ago

arcln commented 1 year ago

If you call show() within a RN navigation screen with presentation: 'modal', it won't show.

This is because it is shown form the root view controller instead of the currently presented one :

https://github.com/walterholohan/react-native-crisp-chat-sdk/blob/5c982996ef76e8265446185fd666bfdaa02cca84/ios/CrispChatSdk.swift#L63

arcln commented 1 year ago

Fixed by #107

baptistejamin commented 1 year ago

Thank you very much!

This was merged and a new version will be released