Fix tsc
This commit is contained in:
parent
a8a747ebcb
commit
a369e07956
2 changed files with 1 additions and 18 deletions
|
@ -50,7 +50,7 @@ export const Pager = ({
|
|||
offset,
|
||||
onSelect: onTabBarSelect,
|
||||
})}
|
||||
{children.map((child, i) => (
|
||||
{React.Children.map(children, (child, i) => (
|
||||
<View
|
||||
style={selectedPage === i ? undefined : s.hidden}
|
||||
key={`page-${i}`}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue