mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-12 18:51:21 +01:00
wip
This commit is contained in:
parent
ecd209c210
commit
947a208c8b
2 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue