mirror of
https://github.com/inaturalist/iNaturalistReactNative.git
synced 2026-06-18 04:30:45 -04:00
Revert "Use ScreenShell directly instead of useTopInset boolean"
This reverts commit 203e36eb67.
This commit is contained in:
@@ -5,8 +5,8 @@ import {
|
||||
Heading4,
|
||||
INatIcon,
|
||||
INatIconButton,
|
||||
ViewWrapper,
|
||||
} from "components/SharedComponents";
|
||||
import { ScreenShell } from "components/SharedComponents/ViewWrapper";
|
||||
import { ImageBackground } from "components/styledComponents";
|
||||
import INatLogo from "images/svg/inat_logo_onboarding.svg";
|
||||
import OnBoardingIcon2 from "images/svg/onboarding_icon_2.svg";
|
||||
@@ -203,7 +203,7 @@ const OnboardingCarousel = ( ) => {
|
||||
}
|
||||
|
||||
return (
|
||||
<ScreenShell wrapperClassName="bg-black">
|
||||
<ViewWrapper wrapperClassName="bg-black" useTopInset={false}>
|
||||
<StatusBar barStyle="light-content" />
|
||||
<View
|
||||
className="w-full h-full relative"
|
||||
@@ -356,7 +356,7 @@ const OnboardingCarousel = ( ) => {
|
||||
</View>
|
||||
</View>
|
||||
</View>
|
||||
</ScreenShell>
|
||||
</ViewWrapper>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user