react-native-quick-sqlite
react-native-quick-sqlite copied to clipboard
build fails on android with little explanation as to why :/
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.