-
https://gpeal.medium.com/introducing-mavericks-mvrx-2-0-57d430a94070
https://github.com/airbnb/mavericks
-
I've love to help with getting the project onto Compose 1.0.1 rather than on the alpha releases. This would entail also updating to Kotlin 1.5.21 (.30 isn't supported by Compose 1.0.1..).
Would thi…
-
@elihart I'm glad we have 2.5.0 release, but since most of release notes cover compose integration then we probably should have a `mavericks-compose` artifact release as well :)
-
version is 2.0.0-beta1
-
I've been using MvRx (stable release) with Jetpack Compose in a recent project, and although it is possible to simply call `setContent()` every time `invalidate()` gets called, that's not really the "…
-
The [docs for upgrading from mvrx 1](https://airbnb.io/mavericks/#/new-2x?id=upgrading) say to use the `mvrx-rxjava2` artifact when upgrading, but that didn't resolve for me. `mavericks-rxjava2` did, …
-
Hi!
I found that you merged `mvrx-navigation` and it's included in the documentation. However there is no artifact uploaded to Maven repository so maybe you forgot, just to let you know.
Thanks!
-
The following runtime exception is being thrown when I select a mocked Fragment from `MavericksLauncherActivity`.
> java.lang.IllegalStateException: Method addObserver must be called on the main th…
-
I am using the mavericks todo app example and am trying to add the onVisibilityStateChanged to one of my Epoxy Models.
The onVisibilityStateChanged events never fire.
here is some sample code
`…
-
### MvRxState-version:1.0.0
### ViewModel:
```kotlin
package com.example.mvrx_test.login
import com.airbnb.mvrx.*
import com.example.mvrx_test.*
import com.example.mvrx_test.Constant.JSON_…