[modules][system-ui] Persist user selected background color (#22773)# Why Closes ENG-8736 # How Setting the background color is now persisted and restored when the app is launched (on iOS). O
[modules][system-ui] Persist user selected background color (#22773)# Why Closes ENG-8736 # How Setting the background color is now persisted and restored when the app is launched (on iOS). On Android, a new function had to be added to restore the color on app start. If no color is provided the default will be black when in dark mode or white otherwise. # Test Plan Tested on physical devices and emulators with bare expo.
show more ...
[kotlin] toLowerCase -> lowercase due to deprecation (#22225)
[android][expo-system-ui] migrate to new modules API (#20221)# Why Migrate module to use new modules API # How Carried out the usual steps involved in migrating modules # Test Plan Tested
[android][expo-system-ui] migrate to new modules API (#20221)# Why Migrate module to use new modules API # How Carried out the usual steps involved in migrating modules # Test Plan Tested in the bare expo app. All checks pass and behavior is identical
Created expo-system-ui module (#14952)* Created expo-system-ui * Added iOS support * Delete withNavigationBar-test.ts * Update package.json * Update package.json * Remove reflection
Created expo-system-ui module (#14952)* Created expo-system-ui * Added iOS support * Delete withNavigationBar-test.ts * Update package.json * Update package.json * Remove reflection code * Added docs * Create system-ui.md * Added ios plugin * Added e2e tests * Drop setUserInterfaceStyleAsync method * Convert to new format * android lint * Update SystemUIScreen.tsx * updated docs and naming * Remove unused android code * Update apps/native-component-list/src/screens/SystemUIScreen.tsx * Normalize web color