fixed syntax error

This commit is contained in:
E.J. Bevenour 2016-02-28 11:50:45 -05:00
parent d039d823a5
commit 53198e13c1

View File

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