Khoi Le

Results 3 comments of Khoi Le

Any updates on getting videos to play correctly in ListView.custom? Scrubbing works but it won't play. I have multiple videos I want to show in a scrollable list.

If you're still having issues, I had to manually make sure my "resolutions" field was matching my types/react version in my "devDependencies": ``` "resolutions": { "@types/react": "18.2.8" }, ```

RemoveScroll works with no snap points. However, scrollable content with snapPoints and modal being false (as outlined below) still does not work for me. > @agtseito have you figured out...