Jeon Suyeol
Jeon Suyeol
Hmm, did you implement your custom initializer?
Theoretically `ActionSubject` can be replaced with `PublishRelay` but it will bring tons of breaking changes :thinking:. `StateRelay` cannot be replaced with the relay since it breaks a syntax. https://github.com/ReactorKit/ReactorKit/pull/110#issuecomment-529081563
You may use [`transform()`](https://github.com/ReactorKit/ReactorKit/tree/2.0.1#transform): ```swift func transform(action: Observable) -> Observable { return action.debug("action") } ```
Hi, I was working on #128. Could you try that and tell me if it works?
Not sure those libs are compatible with ReactorKit. In my case I prefer using the vanilla APIs to present a screen and get information using Rx extension from the screen....
@victory1908 You may refer to https://github.com/devxoul/Drrrible project :)
@qcyl what's your problem exactly?
How did you setup the git submodules?
What did you mean 'complexcity'?
How about creating a utility method to do those things at once?