fix the syntax error in doc tutorial

Summary:
maybe it is a bug when migrating from es5 to es6
Closes https://github.com/facebook/react-native/pull/5526

Reviewed By: svcscm

Differential Revision: D2860047

Pulled By: androidtrunkagent

fb-gh-sync-id: d8be261eea08ec659999fe8c714f33aca6fe3a60
This commit is contained in:
张亦驰 2016-01-25 01:30:37 -08:00 committed by facebook-github-bot-7
parent f68281a0d8
commit dde5e02c01
1 changed files with 1 additions and 1 deletions

View File

@ -463,7 +463,7 @@ class AwesomeProject extends Component {
</View>
);
}
});
}
var styles = StyleSheet.create({
container: {