You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.
When applying the GlueStack styling to a SafeAreaView component in React Native, the background color is not changing correctly based on the theme. In these particular example, it should be green for the light theme and blue for the dark theme, but this behavior is not being observed.
Same behavior on android and ios.
Expected Behavior
In the light theme, the SafeAreaView background color should be green.
In the dark theme, the SafeAreaView background color should be blue.
Steps to Reproduce
Import SafeAreaView from 'react-native' and apply GlueStack styling as shown in the code snippet below.
Set the theme to light and render the SafeAreaView.
Problem
When applying the GlueStack styling to a
SafeAreaView
component in React Native, the background color is not changing correctly based on the theme. In these particular example, it should be green for the light theme and blue for the dark theme, but this behavior is not being observed.Same behavior on android and ios.
Expected Behavior
SafeAreaView
background color should be green.SafeAreaView
background color should be blue.Steps to Reproduce
SafeAreaView
from'react-native'
and apply GlueStack styling as shown in the code snippet below.SafeAreaView
.The text was updated successfully, but these errors were encountered: