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
yarn
ornpm install
. - Update
.env
to use your libSQL URL (EXPO_PUBLIC_LIBSQL_URL
) and AuthToken (EXPO_PUBLIC_LIBSQL_AUTH_TOKEN
). - Run
npx expo run:ios
ornpx expo run:android
to try it out.