From a965fb5848784ca1ff14fa7190be8b227cea2e7c Mon Sep 17 00:00:00 2001 From: Pierre Poupin Date: Fri, 23 Aug 2024 11:12:27 +0200 Subject: [PATCH] Update tutorial.md --- docs/tutorial.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/tutorial.md b/docs/tutorial.md index 051d14eb..7409297e 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -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.