Skip to content

Commit 712f653

Browse files
Update README.md
1 parent 81b8a04 commit 712f653

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,11 @@ restackx-core提供了路由的入口,导入指定路由可方便我们管理,
7878
}
7979

8080
#### router
81-
在restackx-core/react-native中所使用的router:NativeRouter,这是为native提供的react-router-native
82-
使用说明请参照[NativeRouter](https://reacttraining.com/react-router/native/api/NativeRouter).
81+
在restackx-core/react-native中使用的是NativeRouter,它这是为native提供了相应的路由
82+
具体使用说明可参照[NativeRouter](https://reacttraining.com/react-router/native/api/NativeRouter).
8383

8484
#### routes
85-
在native app中可通过导航进行管理界面,但是route并不存在。想要实现route的功能可使用react-router-native:
85+
在native app中route并不存在,而是通过导航来管理界面。想要是native实现route的功能可使用react-router-native,routes的具体管理
8686

8787
var route = [
8888
{

0 commit comments

Comments
 (0)