From 628c5a592e38945ca3f3c5b721632c0c4bdc479c Mon Sep 17 00:00:00 2001 From: Albert Date: Sat, 26 Jan 2019 18:41:50 +0100 Subject: [PATCH] Make Hello World prettier Fix #743 --- docs/tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.md b/docs/tutorial.md index f57fa3b8f10..43ec94e7fa9 100644 --- a/docs/tutorial.md +++ b/docs/tutorial.md @@ -18,7 +18,7 @@ import { Text, View } from 'react-native'; export default class HelloWorldApp extends Component { render() { return ( - + Hello world! );