One Logo Pool Ball

System

<Tabs />

This component should only be rendered inside a _layout.tsx file, where it will serve as the location that children will render for routes below the layout.

Tabs is simply a React Navigation Bottom Tabs view and accepts the same props as React Navigation.

import { Tabs } from 'one'
export default function Layout() {
return (
<Tabs />
)
}

Edit this page on GitHub.