DEV Community

Discussion on: Created PouchDB@7 for React Native

Collapse
 
freddyfernando93 profile image
Freddy Romero

Hi Takuya, thank you very much for your contribution really, excellent work. I imagine that many are in the same situation. I am trying to implement this approach using Expo. Everything works ok but since i need to use sqlite adapter and i am using expo SQLite (docs.expo.io/versions/latest/sdk/s...) i get invalid adapter error. Do you know how I could solve this issue without having to do Expo eject to use react-native-sqlite-2 ?

Collapse
 
craftzdog profile image
Takuya Matsuyama

you need websql-compatible database.