Skip to content

Commit

Permalink
doc: update tutorial to mention pitfalls
Browse files Browse the repository at this point in the history
  • Loading branch information
pierpo committed Aug 23, 2024
1 parent 89694b7 commit 6a1831c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,13 @@ Check out the [ScrollView API docs](https://github.com/bamlab/react-tv-space-nav

See the [API documentation for VirtualizedLists](./api.md#spatialnavigationvirtualizedlist).

### Don't forget to check out the pitfalls

⚠️ It is very likely that you will have issues at some points with elements not properly registered. It happens often when dealing with asynchronous data.
Workaround is simple but you should be aware of this limitation 😉

[Read it here!](https://github.com/bamlab/react-tv-space-navigation/blob/main/docs/pitfalls.md)

### Handling a side menu

You can check out the example app for this.
Expand Down

0 comments on commit 6a1831c

Please sign in to comment.