diff --git a/docs/tutorial.md b/docs/tutorial.md index a0b6525f..257b879c 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -165,6 +165,11 @@ const Page = () => { }; ``` +### Add a ScrollView + +You will probably need an app where your content is larger than your screen. You can use the spatial scroll view to handle this. +Check out the [ScrollView API docs](https://github.com/bamlab/react-tv-space-navigation/blob/main/docs/api.md#spatialnavigationscrollview) + ### Add a VirtualizedList See the [API documentation for VirtualizedLists](./api.md#spatialnavigationvirtualizedlist).