From 4e8f5cd4a198488e43f48281f76507fe0dc573d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sun, 10 Mar 2019 22:11:36 -0300 Subject: [PATCH] Fixed subtitle formatting on #54 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index fb13595..e2dc3dc 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ react-native-route是react-native环境下的一个路由控制器,在开发 而在release模式则根据路由设置,展示根路由页面或者手动设置的default路由页面。 ## Install - +``` $ npm install react-native-route --save - +``` ## Usage ###用法 @@ -51,7 +51,7 @@ AppRegistry.registerComponent('app', () => app); * *params* (object): 选填参数,需要传给目标页面的数据,在目标页面中可通过`this.props.params`获取。 * *animation* (string): 选填参数,跳转到目标页面时的动画,在push中强行指定动画时,此动画将会覆盖在Route中指定的动画效果。 -##Example +## Example *run demo*