Kurt Renzo Acosta
Kurt Renzo Acosta
I'm using `1.4.0-alpha04` for androidx.test and `3.4.0-alpha04` for espresso and it seems to work well with mine now. I have to use `inRoot(isDialog())` though so I had to do away...
I actually tried to publish it like the [multiplatform-paging](https://github.com/kuuuurt/multiplatform-paging) library but for some reason this didn't get published. I tried re-applying but I'm always getting an error that it's already...
Hi @ahmedsalemelzeiny. The `loadNext` and `loadPrevious` functions are for iOS only. For Android, you have to [use the paging library and hook it to your adapter](https://developer.android.com/topic/libraries/architecture/paging/v3-paged-data#display-paged-data). The `RecyclerView` would handle...
Hi @colintheshots. @joreilly has a great example for this! Here's the [link](https://github.com/joreilly/MortyComposeKMM/blob/main/iosApp/iosApp/Features/Characters/CharacterListViewModel.swift)
@colintheshots i agree! for now, i added a section for Compose and SwiftUI linking to the repo for now. I'll add an own example in the future when the time...
Hey @msfjarvis. Sorry about that. I guess for iOS we can just clear the details. Assign null to `pagingData` and `currentPagingResult` then make `hasNextPage` to true.
Hey. I'd love to have support for JS but I haven't really touched on it yet and I'm finding it hard to find time to update my projects. I would...
What about exposing a `getHasKey` method?
Sorry for getting back to this late. The reason here is that for Android when you refresh, it's going to come from the adapter so we can't access it in...
Thanks for the issue and sorry for getting back to this late. I've released v0.5.0 to fix the refresh