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

How to start this package? #2

Closed kayrules closed 8 years ago

kayrules commented 8 years ago

I've did the installation as per instruction. But I got error on npm start. any tips?

$ npm install
$ npm start
npm ERR! Darwin 15.5.0
npm ERR! argv "/usr/local/bin/node" "/usr/local/bin/npm" "start"
npm ERR! node v5.2.0
npm ERR! npm  v3.8.5

npm ERR! missing script: start
npm ERR! 
npm ERR! If you need help, you may report this error at:
npm ERR!     <https://github.com/npm/npm/issues>

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/kayrules/Downloads/react-native-media-kit-master/npm-debug.log
ldn0x7dc commented 8 years ago

@kayrules This module is supposed to be integrated into a react-native written app, not to run alone. Pls use it like a component and start your own app.