From 6dd7c50905542970ecdc782c22a1648e4c625645 Mon Sep 17 00:00:00 2001 From: Jonathan Boulanger Date: Mon, 30 May 2016 18:33:59 -0400 Subject: [PATCH] Changed a backslash into a forwardslash --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bc06e87..a6a600f 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ AppRegistry.registerComponent('routerTest', () => TwitterApp); Configurations -------------- -The **``** object used to initialize the navigation can take the following props: +The **``** object used to initialize the navigation can take the following props: - `firstRoute` (required): A React class corresponding to the first page of your navigation - `headerStyle`: Apply a StyleSheet to the navigation bar. You'll probably want to change the backgroundColor for example. - `titleStyle`: Apply a StyleSheet to the navigation bar titles. Useful for changing the font or text color.