Stephen Radford
Stephen Radford
As the base for MessengerKit is a UICollectionView you can provide a custom flow layout in a `MSGMessengerStyle` that provides sticky headers. This tutorial might help: https://cocoacasts.com/how-to-add-sticky-section-headers-to-a-collection-view As this is...
Thanks @thijs-qv. Has a PR been submitted for this?
I just read through your slide deck and noticed you mentioned Stencil so perhaps the `{{NAME}}` method wouldn't be your ideal solution.
@toshi0383 Awesome 😊 Yeah it looked like the handlers were global when I was digging through the JS and Bridge.
@toshi0383 I think I agree with you but providing an official approach for placeholders might be a good idea. Whether that's using stencil or something similar.
@toshi0383 I'd say that makes sense 👍
I'm getting this same message. Followed the installation instructions.
I've also added the `transform-class-properties` plugin and added it to my project's `.babelrc` and still no luck. ```json { "presets": [ "react-native" ], "plugins": [ "transform-decorators-legacy", "transform-class-properties" ] } ```
Looks like we might just need to expand the min width or tweak the `custom.css` to take the navigation arrows into account. Good catch!
@bro0k Thanks for this. I would prefer to allow the user to provide their own rules than bundling them myself.