expo / examples

Example projects that demonstrate how to use Expo APIs and integrate Expo with other popular tools
2.23k stars 867 forks source link

fix: Update with-sqlite example #492

Closed jamesgpearce closed 1 month ago

jamesgpearce commented 1 month ago

The SQLite example didn't work at all, due to the fact it used the old API.

I'm not sure I've used the best idioms for the new API (these are all the *Sync methods, for example), but at least it's up and running again.

I couldn't get the useEffect hook to create the items table in time, so that is pushed up into the connection creation function.

cc @brentvatne @alanjhughes

image