You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,12 +42,20 @@ or [watch my YT tutorial](https://youtu.be/sGjJxSBZMTA).
42
42
Updated Release Please with [publish to testflight](.github/workflows/release-please.yml#L52). Added a [separate manual dispatch workflow](.github/workflows/release-ipa.yml) that releases IPA file to TestFlight.
43
43
Read more about it in my blog post on [publishing to testflight from github](https://www.amarjanica.com/submit-expo-ios-app-to-apple-appstore/)
44
44
or [watch my YT tutorial](https://youtu.be/wUvtS8CWhMs).
## 7. Making SQLite work on the web with sql.js and indexeddb
48
48
In my previous tutorials I already made SQLite work on the web with sql.js.
49
49
I also showed you how to use AsyncStorage and IndexedDB on the web.
50
50
But I didn't show you how to make SQLite persistable between sessions with the help of IndexedDB.
51
+
Read more about it in [making sqlite work on the web]([https://www.amarjanica.com/submit-expo-ios-app-to-apple-appstore/](https://www.amarjanica.com/making-sqlite-work-on-the-web-with-sql-js-and-indexeddb-2/))
52
+
or [watch my YT tutorial](https://youtu.be/mUq0yUTJQ6Y).
53
+
54
+
## 8. Import and export SQLite web and native
55
+
Added import and export database to native and web part.
56
+
Read more about it in [how to import & export sqlite](https://www.amarjanica.com/import-and-export-sqlite-database-in-expo-native-and-web/).
57
+
or [watch my YT tutorial](https://youtu.be/56VQxU_kgwE).
0 commit comments