From fe47b12354e1b9e8ce2c19e1147010782201f5fb Mon Sep 17 00:00:00 2001 From: Listiarso Wastuargo Date: Sun, 7 Feb 2016 13:00:50 -0800 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58c19ae..861fec9 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Now, when you click on "Next page please!", it will go to the next page (which i 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.