Skip to content

Commit

Permalink
updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
SoyDiego committed Sep 2, 2023
1 parent 09d684a commit f8699a4
Show file tree
Hide file tree
Showing 6 changed files with 23 additions and 32 deletions.
10 changes: 8 additions & 2 deletions example/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import {
Image,
useWindowDimensions,
useColorScheme,
StatusBar,
} from 'react-native'
import {
SafeAreaProvider,
Expand Down Expand Up @@ -170,12 +171,17 @@ function App() {

return (
<>
<StatusBar
barStyle="light-content"
backgroundColor={theme.colors.primary}
translucent={true}
/>
<ScrollView
style={{ backgroundColor: theme.colors.background }}
contentContainerStyle={[
styles.contentContainer,
styles.paddingSixteen,
{ paddingTop: insets.top },
{ marginTop: insets.top },
]}
>
<View style={isLarge && styles.surface}>
Expand Down Expand Up @@ -417,7 +423,7 @@ function App() {
great apps, they also always work great on the web too!
</Text>
</View>
<View style={[styles.row, styles.gap, styles.marginVerticalEight]}>
<View style={[styles.gap, styles.marginVerticalSixteen]}>
<Button
icon="github"
mode="contained-tonal"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ exports[`renders DatePickerInput 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
[
{
"flex": 1,
},
undefined,
]
{
"flex": 1,
}
}
/>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ exports[`renders DatePickerModal 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
[
{
"flex": 1,
},
undefined,
]
{
"flex": 1,
}
}
/>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ exports[`renders DatePickerModalContent 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
[
{
"flex": 1,
},
undefined,
]
{
"flex": 1,
}
}
/>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ exports[`renders DatePickerModalHeader 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
[
{
"flex": 1,
},
undefined,
]
{
"flex": 1,
}
}
/>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,9 @@ exports[`renders DatePickerModalHeaderBackground 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
[
{
"flex": 1,
},
undefined,
]
{
"flex": 1,
}
}
/>
`;

0 comments on commit f8699a4

Please sign in to comment.