Skip to main content

Enable edge-to-edge

Yes! TrueSheet does support edge-to-edge.

How?

It's easy, just set edgeToEdge to true.

const App = () => {
return (
<TrueSheet edgeToEdge={true}>
<View />
</TrueSheet>
)
}

react-native-edge-to-edge

react-native-edge-to-edge is a cool tiny package that lets you effortlessly enable edge-to-edge display for your app. Go check it out!