Installing SQLite

I was trying to install the react-native-sqlite-storage
But it seems that the android and ios folder are missing
so is there any way to install sqlite with expo?

Thanks Very Much.

Hey @charlescha07, I would definetly recommend checking out the Expo docs.

There is an a module: Expo.SQLite for this built into Expo.
You cannot install react-native-sqlite-storage because it requires custom native code to be added.

2 Likes

Thanks Man!

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.