Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 660 Bytes

readme.md

File metadata and controls

16 lines (10 loc) · 660 Bytes

React-Native-Youtube-Player

A simple haxe react-native extern to enable the youtube player. To get this working you will need to setup react-native and haxe-react-native

Tested on:

  • React-native: 0.40.0

To install run the following command:

haxelib install haxe-react-native-youtube

add a reference to the lib in your common.hxml file (-lib haxe-react-native-youtube) and then import the lib into your file.

Once those have been setup you should follow the setup instructions over at https://github.com/inProgress-team/react-native-youtube for your designated platform and use in the same way presented on that page