mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-06-22 06:28:42 -04:00
* Use system locale on install * Check for system locale when app comes to foreground (required in Android b/c app doesn't get restarted when system locale changes) * Create a constant of SUPPORTED_LOCALES in loadTranslations.js * Restart app on sign out * Use existing transaction when writing to Realm if available (might also consider an approach that waits for the existing transaction to complete) * Make value returned by useCurrentUser actually reactive Closes #2243