fix: ganti penyimpanan token dari AsyncStorage ke SecureStore

Token autentikasi kini disimpan di Keychain (iOS) / Keystore (Android)
sehingga otomatis terhapus saat uninstall dan tidak bisa dipulihkan
lewat Google Backup. @notification_permission tetap di AsyncStorage
karena bukan data sensitif.
This commit is contained in:
2026-05-11 17:11:05 +08:00
parent 7341f378dd
commit af2048b4cd
3 changed files with 9 additions and 4 deletions

View File

@@ -59,6 +59,7 @@
"expo-modules-core": "^2.5.0",
"expo-notifications": "~0.31.3",
"expo-router": "~5.1.4",
"expo-secure-store": "~14.2.4",
"expo-sharing": "^13.1.5",
"expo-splash-screen": "~0.30.8",
"expo-status-bar": "~2.2.3",