1.2.0
- Add light theme variants:
Theme.EdgeToEdge.Light
,Theme.EdgeToEdge.Material2.Light
andTheme.EdgeToEdge.Material3.Light
(for Expo,parentTheme
now acceptsLight
,Material2.Light
orMaterial3.Light
).
👉 This is particularly useful for apps without dark mode support or for Expo in general, as it still inherits from Theme.AppCompat.Light.NoActionBar
instead of Theme.AppCompat.DayNight.NoActionBar
— unlike React Native 0.64+)