margelo / react-native-quick-sqlite

A fast react-native SQLite library built using JSI
https://margelo.io
MIT License
347 stars 22 forks source link

fix: change minSdkVersion for RN 0.74.1 #44

Closed khushal87 closed 3 months ago

khushal87 commented 3 months ago

React Native 0.74.1 added the minimum SDK version bump to 23. This PR tends to add the same, making sure the previous 21 is intact.

Also, fixes #42

lyj98 commented 3 months ago

Why does this problem occur? Shouldn't 21 be compatible with 23?

khushal87 commented 3 months ago

Hey @margelo, can you merge this and create a new release? Thanks 😄

santhoshvai commented 3 months ago

@mrousavy can you please merge this

santhoshvai commented 3 months ago

@mrousavy thanks a lot 👍

Could you also release a new version, please

ra1nj commented 1 week ago

Have this pr released ?