ldn0x7dc / react-native-media-kit

Video(and audio) component for react-native apps, supporting both iOS and Android. A unified and elegant player controller is provided by default. The API is similar with HTML video.
200 stars 70 forks source link

Unable to play two video files on same page on Android. #16

Open binzailani3136 opened 8 years ago

binzailani3136 commented 8 years ago

I want to play two video files at same time on one screen. It can play two local video files on iPhone. But it not works on Android. Android allows to play only 1 video file at same on one screen. This is my code snippet.

I've attached my code snippet. code_issue.txt Thanks