1.0.0 • Published 4 years ago

react-native-lcopensdk v1.0.0

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

react-native-lcopensdk

Getting started

$ npm install react-native-lcopensdk --save

or

$ yarn add react-native-lcopensdk

Mostly automatic installation

$ react-native link react-native-lcopensdk

Usage

import {
  OpenPlayWindowComponent,
} from 'react-native-lcopensdk';

<OpenPlayWindowComponent style={styles.openPlayWindowStyle}
	ref={(openPlay)=>{ this.openPaly = openPlay}}
	playWindowFrame={[0,20, 200,280]}
	onControlClick = {(res)=>{
	  alert(res.nativeEvent.v)
	}}
 </OpenPlayWindowComponent>
 
 //