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 e016f46 commit 1228b58
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 20 deletions.
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,
]
}
}
/>
`;
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,
]
}
}
/>
`;
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,
]
}
}
/>
`;
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,
]
}
}
/>
`;
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,
]
}
}
/>
`;

0 comments on commit 1228b58

Please sign in to comment.