Merge pull request #158 from ejb1123/master

fixed syntax error
This commit is contained in:
Brent Vatne 2016-03-24 19:28:31 -07:00
commit 5d86552ff7

View File

@ -70,7 +70,7 @@ Under `.addPackage(new MainReactPackage())`:
style={styles.backgroundVideo} />
// Later on in your styles..
var styles = Stylesheet.create({
var styles = StyleSheet.create({
backgroundVideo: {
position: 'absolute',
top: 0,