diff --git a/docs/next/tutorial.html b/docs/next/tutorial.html index 3dc4a0096b5..24ad7ff74b7 100644 --- a/docs/next/tutorial.html +++ b/docs/next/tutorial.html @@ -22,7 +22,7 @@ function HelloWorldApp() { return ( <View - style={{ }} + style={{ flex: 1, justifyContent: "center", alignItems: "center" @@ -35,7 +35,7 @@
function HelloWorldApp() { return ( <View - style={{ }} + style={{ flex: 1, justifyContent: "center", alignItems: "center" @@ -35,7 +35,7 @@