From 41d71ab07497b0ec8f89a6568d58eb52d8c5bf8c Mon Sep 17 00:00:00 2001 From: Matthew Chung Date: Wed, 13 Jul 2016 18:47:00 -0700 Subject: [PATCH] Update LayoutWithFlexbox.md --- docs/LayoutWithFlexbox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/LayoutWithFlexbox.md b/docs/LayoutWithFlexbox.md index 39d7730845b2e5..762084ac3da30e 100644 --- a/docs/LayoutWithFlexbox.md +++ b/docs/LayoutWithFlexbox.md @@ -76,7 +76,7 @@ Adding `alignItems` to a component's style determines the **alignment** of child import React, { Component } from 'react'; import { AppRegistry, View } from 'react-native'; -class AlignItemsBasics { +class AlignItemsBasics extends Component { render() { return ( // Try setting `alignItems` to 'flex-start'