bamlab / react-tv-space-navigation

A React Native module to handle spatial navigation for a TV application in a 100% cross-platform way
https://bamlab.github.io/react-tv-space-navigation/
MIT License
178 stars 15 forks source link

SpatialNavigationVirtualizedGrid is not working in web #99

Closed rsys2022 closed 3 months ago

rsys2022 commented 3 months ago
Screenshot 2024-04-09 at 10 59 30 AM

getting error.

Uncaught TypeError: Cannot read properties of null (reading '0')

"react-tv-space-navigation": "^1.5.0",

pierpo commented 3 months ago

Hey, can you elaborate a little more? You are only giving the error but no stack trace, and it really feels like the problem comes from your code. The grid is supposed to work on the web.

pierpo commented 3 months ago

I'm closing as we lack details. The grid does work fine on web 🤷