BondGoat / react-native-native-video-player

React native video player, used for Android, iOS. It will lauch a Native Video, not an Embeded Component
GNU General Public License v3.0
50 stars 44 forks source link

Component so can embed native video player into view #17

Closed Noitidart closed 6 years ago

Noitidart commented 6 years ago

Is it possible to make a component out of this? So we can do <VideoPlayer {...{}}> and the video player is embeded in our views?

BondGoat commented 6 years ago

Hi @Noitidart , I think you can search around, there're lot of react native components like that, example: https://github.com/react-native-community/react-native-video

My component was not designed for that purpose. Sorry for late response.

Noitidart commented 6 years ago

react-native-video doesn't have native controls of os :(