We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7ede2 commit 09d2b04Copy full SHA for 09d2b04
packages/core/src/components/ScreenContainer.tsx
@@ -12,10 +12,10 @@ import { withTheme } from "../theming";
12
import type { Theme } from "../styles/DefaultTheme";
13
14
type ScreenContainerProps = {
15
- scrollable: boolean;
16
- hasSafeArea: boolean;
17
- hasTopSafeArea: boolean;
18
- hasBottomSafeArea: boolean;
+ scrollable?: boolean;
+ hasSafeArea?: boolean;
+ hasTopSafeArea?: boolean;
+ hasBottomSafeArea?: boolean;
19
theme: Theme;
20
style?: StyleProp<ViewStyle>;
21
children?: React.ReactNode;
0 commit comments