coofzilla
coofzilla
## Problem When embedding the `VideoPlayer` component within a horizontally scrolling `FlatList`, there is a gesture conflict that arises. Specifically, when attempting to seek in the video (or volume) by...
I'm following the demo code and the blocks are transparent when the value is equal to 0. I changed the following to make it appear gray: ```swift // Original Implementation:...
In the demo the controls such as play/fwd, rwd seem to "depress" however, when using it, the play seems to scale very largely for a moment and play; while, the...
So basically I'm rendering a data table inside `Tabs.Flatlist` ; but, I want to have a sticky header under the tabs so that when I collapse I can see the...
right now im setting the `doubleTapTime` to `-1` to "effectively" disable the feature where it goes to fullscreen. In the case where a user is spamming seek and I dont...
Problem: When resizeMode is set to "cover", the component initializes `_isFullscreen` to true, which triggers the `onEnterFullscreen` callback on mount, even if the video is not actually in fullscreen mode....
ref this discussion https://github.com/LunatiqueCoder/react-native-media-console/pull/120#issuecomment-2286554912 @LunatiqueCoder Moving the conversation over here :) so, were you just imagining adding a fourth tab? As the bottom Tab navigator? For example, you'd have: ```...