Skip to content

Commit

Permalink
Update SQLite example link to new expo/examples repo (#8328)
Browse files Browse the repository at this point in the history
In the [latest version](https://docs.expo.io/versions/latest/sdk/sqlite/) of docs, the example link given for the todo app demonstrating SQLite is directory towards the [archived repo](https://github.com/expo/sqlite-example).

I am submitting this PR to re-direct the link to new [with-sqlite] example.
  • Loading branch information
amandeepmittal committed May 17, 2020
1 parent f9d8877 commit f42dd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/versions/unversioned/sdk/sqlite.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import PlatformsSection from '~/components/plugins/PlatformsSection';

**`expo-sqlite`** gives your app access to a database that can be queried through a [WebSQL](https://www.w3.org/TR/webdatabase/)-like API. The database is persisted across restarts of your app.

An [example to do list app](https://github.com/expo/sqlite-example) is available that uses this module for storage.
An [example to do list app](https://github.com/expo/examples/tree/master/with-sqlite) is available that uses this module for storage.

<PlatformsSection android emulator ios simulator />

Expand Down

0 comments on commit f42dd6f

Please sign in to comment.