Skip to content

Commit

Permalink
workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
gkartalis committed Oct 28, 2024
1 parent cb5cd71 commit e7fb1fe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/app/Scenes/Onboarding/OnboardingWelcome.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ import {
DEFAULT_NAVIGATION_BAR_COLOR,
} from "app/NativeModules/ArtsyNativeModule"
import { useScreenDimensions } from "app/utils/hooks"
import { useSwitchStatusBarStyle } from "app/utils/useStatusBarStyle"
import backgroundImage from "images/WelcomeImage.webp"
import { MotiView } from "moti"
import { useEffect } from "react"
Expand Down Expand Up @@ -59,6 +60,8 @@ export const OnboardingWelcome: React.FC<OnboardingWelcomeProps> = ({ navigation
}
}, [])

useSwitchStatusBarStyle("light-content", "dark-content")

useEffect(() => {
if (Platform.OS === "ios") {
return
Expand Down

0 comments on commit e7fb1fe

Please sign in to comment.