Ian Langworth ☠
Ian Langworth ☠
As a workaround, dynamically choosing between the `image` prop and a child component based on platform works for us. I also had to add `tracksViewChanges={false}` since there's a large slowdown...
We're still using the workaround I posted [above](https://github.com/react-native-maps/react-native-maps/issues/4605#issuecomment-1599028655) and that's been good enough for us 🤷
:+1: for @exhuma — that fixed it. Thanks!
Nope, no `sendImage` customization. :/
OK. I'm limited on time but I'll reopen this if I'm ever able to make a standalone reproduction.
@alex-mironov I have a workaround in the description using Axios interceptors. It's been working for us with that fix since I filed this issue.
Almost certainly due to https://github.com/howdyai/botkit/issues/750

+1 to this. Came here looking for a solution because our dialogs on Android are missing the title and the description is too faint. My current fix is to add...
I think this is a similar failure case: ``` Foo.extend({ bar: function (x) { return new Baz(x) } }); ``` ...dies with: > SyntaxError on line 2 on column 23:...