react-native-quick-sqlite icon indicating copy to clipboard operation
react-native-quick-sqlite copied to clipboard

build fails on android with little explanation as to why :/

Open valn1 opened this issue 8 months ago • 3 comments

First of all, thank you Marc for this lib and your other libs as well, they are some of the best maintained libs for react-native and very well made and easy to use.

i started using this lib for persisting data from my backend today and needed to patch it as it was breaking asking for minsdk=23 even though i am already using it. After patching, it was working fine, but then, I installed another lib and tried rebuilding the app to no avail. I then tried gradlew clean and rm -rf node_modules and yarn.lock, but it didn't work either. removing the new lib did nothing.

thanks in advance.

image

valn1 avatar Jun 14 '24 20:06 valn1