Skip to content

Commit

Permalink
chore: update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
iM-GeeKy committed Sep 2, 2023
1 parent 1228b58 commit f086daf
Show file tree
Hide file tree
Showing 5 changed files with 30 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ exports[`renders DatePickerInput 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
{
"flex": 1,
}
[
{
"flex": 1,
},
undefined,
]
}
/>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ exports[`renders DatePickerModal 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
{
"flex": 1,
}
[
{
"flex": 1,
},
undefined,
]
}
/>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ exports[`renders DatePickerModalContent 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
{
"flex": 1,
}
[
{
"flex": 1,
},
undefined,
]
}
/>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ exports[`renders DatePickerModalHeader 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
{
"flex": 1,
}
[
{
"flex": 1,
},
undefined,
]
}
/>
`;
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ exports[`renders DatePickerModalHeaderBackground 1`] = `
<RNCSafeAreaProvider
onInsetsChange={[Function]}
style={
{
"flex": 1,
}
[
{
"flex": 1,
},
undefined,
]
}
/>
`;

0 comments on commit f086daf

Please sign in to comment.