1.0.1 • Published 4 years ago

youtubeplayer-react-native v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
4 years ago

Youtube player for react native

**Version 1.0.0

A Simple react-native based youtube player.

lib


Instalation

npm install --save react-native-webview
npm i youtubeplayer-react-native --save

Getting started

import YoutubePlayer from 'youtubeplayer-react-native';
import {View} from 'react-native'

    state = {
        id : "dQw4w9WgXcQ"
    }

    render(){
        return(
            <View style = {{flex: 1}}>

                <YoutubePlayer videoId = {this.state.id} width= {300} height = {250} showControls = {true}/>

            </View>
        )
    }

Props

videoId

You have to pass the youtube video Id.


autoplay (Default: false)

If autoplay is true the video will start automatically.


showinfo (Default: false)

If shoeinfo is true, information like title will be showed.

showControls (Default: false)

if true, the video controlers will be showed.


Contributing

Welcome =D


License

MIT

1.0.1

4 years ago

1.0.0

4 years ago