mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-29 12:45:37 +08:00
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:
committed by
facebook-github-bot-7
parent
f68281a0d8
commit
dde5e02c01
@@ -463,7 +463,7 @@ class AwesomeProject extends Component {
|
|||||||
</View>
|
</View>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
});
|
}
|
||||||
|
|
||||||
var styles = StyleSheet.create({
|
var styles = StyleSheet.create({
|
||||||
container: {
|
container: {
|
||||||
|
|||||||
Reference in New Issue
Block a user