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

0 comments on commit e016f46

Please sign in to comment.