margelo / react-native-quick-sqlite

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

fix(example): use import for the example #17

Closed L-U-C-K-Y closed 1 year ago

L-U-C-K-Y commented 1 year ago

I was really struggling as I only was looking at the example (I know bad idea) and the solution was to use an import for the driver.

Hope this helps someone.

mrousavy commented 1 year ago

thanks!