I am using react-native-video to play videos and it works well in React Native asset system. But in my case, I must to read the video from android asset folder. Does anyone can help me?
Below are the paths I've tried, but unfortunately none of them work.
source={{ uri: 'file:///android_asset/test.mp4' }}
source={{ uri: 'asset:/test.mp4' }}
Related References:
Using file path in react-native-video