Kyle Milloy
Kyle Milloy
Yeah this is something I've been ignoring but as I get more and more nested blade directives in a page I'd want to see them indented. A good example where...
If you're just looking for the formatter, this is what I've been using. https://github.com/shufo/blade-formatter It has its own [couple](https://github.com/shufo/vscode-blade-formatter/issues/222) of [issues](https://github.com/shufo/vscode-blade-formatter/issues/254) but it works far better.
https://github.com/shufo/vscode-blade-formatter
I’m unfamiliar with it, how’s it work?
You should be able to leverage the `onEnterFullscreen` and `onExitFullscreen` events and then gain access to the player with `ref` to access the video directly... ```js this.playerRef = ref }...
I'd prefer us to remove `UNSAFE` functions entirely which will likely be removed in newer versions in favour of `getDerivedStateFromProps` or similar lifecycle methods.
Yes...I've just been really really ridiculously busy and haven't had a video-based RN project come in to allocate some hours to this. Sorry guys...I will be updating this in the...
Likely when moving this package to v3 it'll cut support for RN 0.60 and RNV 4/5...at this time you can install peer deps yourself to which ever version and besides...
Bunch of questions here...firstly wth is a DuckNavigator lol.
I'm seeing an issue when you pause the video, hide controls rotate the phone, show controls and then press play again....likely related. I'll take a look.