Surbhit Rao
Surbhit Rao
I was also having the same issue. I had to use TourGuideZoneByPosition in place of TourGuideZone. I'd recommend using Dimensions to find the exact position of the tour overlay. Use...
@aldhielman There's a possibility that on android you must've used auto-fill and that in turn might have added an extra space at the end of the Installation URL. Try after...
I am not clear about a few things from the server setup doc : 1. Where to find MQTT_ADMIN and MQTT_PASS 2. MQTT_EXTERNAL Public IP. Is it the IP of...
The auto logouts are happening for accounts used by multiple people/devices. This is because of a flag in devise_token_auth.rb in rails codebase in this [line](https://github.com/chatwoot/chatwoot/blob/HEAD/config/initializers/devise_token_auth.rb#L18) ` config.max_number_of_devices ` It sets...
To use this simply make this change in your package.json -`"react-native-raw-bottom-sheet": "^2.2.0",` +`"react-native-raw-bottom-sheet": "git+https://github.com/moh3n9595/react-native-raw-bottom-sheet.git" ` And pass this prop in RBSheet component `