From a782baa33c5f28912f5e5af9bc9e8b820256d0fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B8rgensen?= Date: Mon, 28 Mar 2016 10:05:16 +0400 Subject: [PATCH] Added tabBarStyle documentation As proposed in https://github.com/aksonov/react-native-router-flux/issues/397 --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 565f88402..1bbd741d9 100644 --- a/README.md +++ b/README.md @@ -119,6 +119,7 @@ class App extends React.Component { | rightButtonStyle | View style | | optional style override for the container of right title / buttons | | rightButtonTextStyle | Text style | | optional style override for the right title element | | clone | bool | | Scenes marked with `clone` will be treated as templates and cloned into the current scene's parent when pushed. See example. | +| tabBarStyle | View style | | optional style override for the Tabs component | | other props | | | all properties that will be passed to your component instance | ## Example