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:
parent
f68281a0d8
commit
dde5e02c01
|
@ -463,7 +463,7 @@ class AwesomeProject extends Component {
|
|||
</View>
|
||||
);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
var styles = StyleSheet.create({
|
||||
container: {
|
||||
|
|
Loading…
Reference in New Issue