Facundo Menzella
Facundo Menzella
I've created this [issue](https://github.com/nicklockwood/SwiftFormat/issues/490) a while ago. In SwiftLint is called `multiline-function-chains`. I was planning to work on this at some point this month =)
@nicklockwood agree on not adding those options then. @ryanmeisters @lordzsolt I've been playing with your example, and I am being able to go from this: ```swift button.rx.tap.disposed(by: bag).map { /*...
I have something but it is not ready yet. I haven't have found time to finish it. Hopefully in the following weeks
@RCGitBot please test
I am open to delete them. Let's bring this up
@ajpallares I think this might just be ignored by every test plan, that's why its not failing 🤔
Closing this one because it was tackled in the tuist PR
@rrebase just opened https://github.com/RevenueCat/react-native-purchases/pull/1209
@alextbogdanov can you share the code you're using?
Thanks for raising this. We added flexible presentation options in PR #1209. `await RevenueCatUI.presentCustomerCenter()` is expected not to work inside another modal — use the view directly instead. ### Full-Screen...