I have installed SQLite on my React Native app, but I have this issue when running the app
warn Package react-native-sqlite-storage contains invalid configuration: "dependency.platforms.ios.project" is not allowed.
In the console log I have this error
ERROR TypeError: undefined is not a function (near '...db.transaction...')
I used this command to install the SQLite
npm install --save react-native-sqlite-storage
please help me to solve this.