Clarify example project instructions

This commit is contained in:
Brent Vatne
2015-04-13 09:47:34 -07:00
parent 284f93ef5c
commit 53deeb15f4
4 changed files with 20 additions and 14 deletions

View File

@@ -51,7 +51,12 @@ var styles = Stylesheet.create({
});
```
Example code [here](https://github.com/brentvatne/react-native-login/blob/master/index.ios.js).
Example code
[here](https://github.com/brentvatne/react-native-login/blob/master/index.ios.js),
or try out the example
[VideoPlayer](https://github.com/brentvatne/react-native-video/tree/master/Examples/VideoPlayer)
app - clone this repo, cd into it, `npm install` open the project in
XCode and build.
## TODOS