This commit is contained in:
Marcos Rodriguez Velez 2024-07-01 21:31:40 -04:00
parent ecd209c210
commit 947a208c8b
No known key found for this signature in database
GPG key ID: 6030B2F48CCE86D7
2 changed files with 5 additions and 1 deletions

View file

@ -58,5 +58,9 @@ class MainApplication : Application(), ReactApplication {
// Initialize Bugsnag or your error tracking here
Bugsnag.start(this)
}
// Schedule periodic widget updates
val workRequest = PeriodicWorkRequest.Builder(WidgetUpdateWorker::class.java, 4, TimeUnit.MINUTES).build()
WorkManager.getInstance(this).enqueueUniquePeriodicWork("UpdateWidgetWork", ExistingPeriodicWorkPolicy.REPLACE, workRequest)
}
}

View file

@ -124,7 +124,7 @@
"prop-types": "15.8.1",
"react": "18.2.0",
"react-localization": "github:BlueWallet/react-localization#ae7969a",
"react-native": "0.74.2",
"react-native": "0.74.3",
"react-native-biometrics": "3.0.1",
"react-native-blue-crypto": "github:BlueWallet/react-native-blue-crypto#3cb5442",
"react-native-camera-kit": "13.0.0",