Rishabh Harit

Results 9 issues of Rishabh Harit

I tried using your library, works really well. The only problem is my app size has gone up from 12mb to 53mb. I feel there are a lot of libraries...

Hi, this is just a feature request that will make code a bit cleaner and easier to write. let's say we have ``` ifViewAttached { val message = it.getStringFromId(R.string.some_id) showError(message)...

As this library uses the old CardView instead of the new MaterialCardView. We have a duplication of classes increasing app size unnecessarily. More info here https://stackoverflow.com/a/55700587/2793036 Old `implementation 'androidx.cardview:cardview:1.0.0'` New...

Not a bug but a feature request. Can we fade the icon as the icon progresses?

enhancement
question

I am facing this issue on my OnePlus 6. Not only in my own app but also on other apps like telegram. Some times I try to resume telegram from...

After using this library, I have realised it has few issues - 1st is that its quite slow on high res images may be due to the fact that webp...

### How frequently does the bug occur? Sometimes ### Description Many of our users are facing a lot of ANRs on app launch. This happens when Koin dependencies are injected...

O-Community
T-Bug
SDK-Use:Local
Encryption:On
Frequency:Sometimes
Repro:No

SharedPreference provides two ways to write changes i.e., `commit()` and `apply()`. Where `commit()` is a synchronous call and can block Mainthread. Whereas `apply()` write in-memory first followed by asynchronously to...

Has this been tested on react native apps?