Daniel Salinas
Daniel Salinas
No, unfortunately my attempts at fixing it did not work. I've settled on using your solution for now -- would rather have a highlighted blue tab than have it cutoff.
So, I tried something else. I'n not sure if it is a universal fix but it seems to exhibit the correct behavior on both phones and tablets now. Basically the...
Quite interested in this as well, especially on builds with `targetSdkVersion: 30`, which became standard with RN 65+. By my read targeting version 30 causes Android to enforce the new...
@rblalock thank you for this suggestion, I was strongly considering moving back to the built in SQLite, I just was trying to remember *why* I might have put the embedded...
Seeing this issue as well now, once I started targeting SDK Version 30 (RN65+). I am not an Android expert, but I believe it is something related to this article...
@himu243 so removing those lines means it will interface with the system level SQLite system instead of the one packaged in this project, which I assume resolves the disk permission...
In the short term I downgraded back to RN64 and placed `android:requestLegacyExternalStorage="true"` on my AndroidManifest.xml > `application` node to workaround this. By all accounts this continues to work, even for...
So, as of today (November 2021) targeting API 30 is now a requirement of distributing apps to the Google Play Store. So there's no workaround for this anymore if you...
Seeing a similar thing happen with a field that has been `typedef`ed to another (imported) class. It seems to not use the typedef name, and also doesn't import the underlying...
Seeing the same exact thing, when trying to use this with `graphql_flutter` package, also when working with tests. @braginsm did you manage to find any workaround?