I'm new to React Native and I'm looking to play a video in an external player (such as MXPlayer) on both Android. I've searched online but haven't found a clear solution.
In Android, this can typically be done using Intents, but I'm not sure how to achieve the same functionality in React Native.
Here's what I'm looking to do:
. Open a video link in an external video player like MXPlayer.
Thank you in advance!