Skip to content

Commit

Permalink
[sqlite] Add scripts to run example (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
danstepanov committed Oct 1, 2022
1 parent c03c1af commit bd7d6d0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions with-sqlite/package.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web"
},
"dependencies": {
"expo": "^46.0.0",
"expo-sqlite": "~10.3.0",
Expand Down

0 comments on commit bd7d6d0

Please sign in to comment.