Kenneth Stark

Results 18 comments of Kenneth Stark

https://github.com/expo/expo/pull/27307#issuecomment-2076183214 > Just a heads up this broke push again for me. Version 3.5.2. It's back to not pushing screens that have the same path but different slugs. I'm currently...

@EvanBacon Thanks for clarifying, gonna go with the user-space workaround for now.

> hey @kennethstarkrl any pointers on the workaround? been trying to get this working and have some wonky solution but wondering if your solution is better I ended up building...

I have a screen with nested tabs that has the tabs in the middle of the page with the whole thing scrollable. Wrapping tabs inside a scrollview has the same...

> @kennethstarkrl did you came up with a different solution? I just stumbled across that very same problem and cant imagine that this is really the solution for this problem...

> This shoudl be fixed in SDK51 > > @kennethstarkrl can you please create a new issue with a reproduction. We fix some issues with nested navigators, so the behaviour...

```js const player = (playerRef.current = videojs(videoElement, options, () => { player.on('loadedmetadata', () => { const qualityLevels = player.qualityLevels(); qualityLevels.on('change', function() { console.log('Quality Level changed!'); console.log('New level:', qualityLevels[qualityLevels.selectedIndex]); const currentTime...