Skip to content

Commit

Permalink
docs: update tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
pierpo authored Nov 2, 2023
1 parent a636adf commit faaaf55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

0 comments on commit faaaf55

Please sign in to comment.