Results 8 comments of Tomáš Knápek

Hi, yes you can! Here is the docs https://developer.zendesk.com/documentation/classic-sdks/unified-sdk/android/localize_text/#localizing-text For android: android/app/src/main/res/values/chatbot.xml ``` ..... ``` and for iOS: ios/Localizable.strings ``` "ios.conversation.ui.chat.welcome_message.conversation_start" = "...."; ```

Answer Bot **The Bot's name is set with a client-side API.** The Answer Bot component contains the following strings: --------------------- See docs here https://developer.zendesk.com/documentation/classic-web-widget-sdks/unified-sdk/ios/configure/#customize-the-bot-label-string

I see your point. Please ask on it in their support chat, they are good! Leave the answer here for the future. Thanks

Hi, I need this PR, pls push it to master! Thanks

The same problem, did you find solution?

I like it! I've never used customization for input data but make sense to me. Thanks for briefing @macrozone

I have fixed it with those dependencies and no longer problems with memory leak ``` "dependencies": { "@react-pdf/renderer": "3.4.5", "yoga-layout-prebuilt-low-memory": "^1.9.8" }, "resolutions": { "yoga-layout-prebuilt": "yoga-layout-prebuilt-low-memory" } ```