diff --git a/docs/API.md b/docs/API.md index bcad6ef84..bfa8050b1 100644 --- a/docs/API.md +++ b/docs/API.md @@ -99,6 +99,7 @@ Can use all `props` listed above in `` as `` is syntatic sugar for | `animationEnabled`     | `boolean` | `true` | Enable or disable tab swipe animation. | | `tabBarOnPress`     | `function` | | Custom tab bar icon press. | | `backToInitial`     | `boolean` | `false` | Back to initial screen on focused tab if tab icon was tapped. | +| `upperCaseLabel`     | `boolean` | `true` | Whether to make label uppercase, default is true. | ## Stack (``) A component to group Scenes together for its own stack based navigation. Using this will create a separate navigator for this stack, so expect two navbars to appear unless you add `hideNavBar`.