From f361271e90afd12089a9da7d8cedd354cb3134ee Mon Sep 17 00:00:00 2001 From: Damien Soulard Date: Wed, 23 Mar 2016 11:03:48 +0100 Subject: [PATCH] Fixed README In Scenes properties `onLeft` is called when left navbar button is pressed not right button? --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e12e9837c..4ac1d1b20 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ class App extends React.Component { | renderBackButton | Closure | | optional closure to render back text or button if this route happens to be the previous route | | leftButtonStyle | View style | | optional style override for the container of left title / buttons | | leftButtonTextStyle | Text style | | optional style override for the left title element | -| onLeft | Closure | | function will be called when right navBar button is pressed | +| onLeft | Closure | | function will be called when left navBar button is pressed | | rightTitle | string | | optional string to display on the right. `onRight` must be provided for this to appear. | | onRight | Closure | | function will be called when right navBar button is pressed | | renderRightButton | Closure | | optional closure to render the right title / buttons element |