Example demonstrating use of the libSQL API in Expo.
The app is the same as the with-sqlite example, but with added libSQL support.
- Run
yarnornpm install. - Update
.envto use your libSQL URL (EXPO_PUBLIC_LIBSQL_URL) and AuthToken (EXPO_PUBLIC_LIBSQL_AUTH_TOKEN). - Run
npx expo run:iosornpx expo run:androidto try it out.