Need solution for being able to pick both images and videos on the same screen and send them to application at the same time in react native for both andriod and ios. I know that if you set media type to mixed in RN image picker it works only for ios. What is the solution for android. Can you share with me the communities solution.
would i need to use a native kotlin component with react native? Or is there a custom RN solution already built in RN somewhere in the community? Thanks