From e918c02ba959234603986ac1f72aec1889ab2966 Mon Sep 17 00:00:00 2001 From: Laurin Quast Date: Thu, 1 Mar 2018 23:54:37 +0100 Subject: [PATCH] Add some contributing guide --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 597b71ec..5a907b61 100644 --- a/README.md +++ b/README.md @@ -280,6 +280,12 @@ Toggles a fullscreen player. Access using a ref to the component. [2]: https://github.com/react-native-community/react-native-video/tree/master/example [3]: https://developer.apple.com/library/ios/qa/qa1668/_index.html +## Contributing + +`git clone --recurse-submodules ` this repo. + +In order to test this library with the examples you will have to run `npm pack`, then `cd` into the example you want to try out and run `npm install`. + --- **MIT Licensed**