|
@@ -1,5 +1,3 @@
|
1
|
|
-[![NPM Version](https://img.shields.io/npm/v/react-native-navigation.svg?style=flat)](https://www.npmjs.com/package/react-native-navigation)
|
2
|
|
-[![NPM Downloads](https://img.shields.io/npm/dm/react-native-navigation.svg?style=flat)](https://www.npmjs.com/package/react-native-navigation)
|
3
|
1
|
[![Build Status](https://travis-ci.org/wix/react-native-navigation.svg?branch=v2)](https://travis-ci.org/wix/react-native-navigation)
|
4
|
2
|
[![Join us on Discord](https://img.shields.io/badge/discord-react--native--navigation-738bd7.svg?style=flat)](https://discord.gg/DhkZjq2)
|
5
|
3
|
|
|
@@ -7,7 +5,7 @@
|
7
|
5
|
We are rebuilding react-native-navigation
|
8
|
6
|
|
9
|
7
|
- [Why?](#why-rebuild-react-native-navigation)
|
10
|
|
-- [Where is it standing now?](#where-is-it-standing-now)
|
|
8
|
+- [Where is it standing now?](#current-status)
|
11
|
9
|
- [Getting Started](#getting-started-with-v2)
|
12
|
10
|
- [Usage](#usage)
|
13
|
11
|
- [Contributing](CONTRIBUTING.md)
|
|
@@ -75,12 +73,12 @@ Note: v1 properties with names beginning with 'navBar' are replaced in v2 with
|
75
|
73
|
|-----------------------|-----|--------|------------|
|
76
|
74
|
| topBarTextColor | ✅ | ✅ | [Contribute](CONTRIBUTING.md) |
|
77
|
75
|
| topBarTextFontSize | ✅ | in development | [Contribute](CONTRIBUTING.md) |
|
78
|
|
-| topBarTextFontFamily | ✅ | in development | [Contribute](CONTRIBUTING.md) |
|
|
76
|
+| topBarTextFontFamily | ✅ | ✅ | [Contribute](CONTRIBUTING.md) |
|
79
|
77
|
| topBarBackgroundColor | ✅ | ✅ | [Contribute](CONTRIBUTING.md) |
|
80
|
|
-| topBarButtonColor | ✅ | in development | [Contribute](CONTRIBUTING.md) |
|
81
|
|
-| topBarHidden | ✅ | in development | [Contribute](CONTRIBUTING.md) |
|
82
|
|
-| topBarHideOnScroll | ✅ | in development | [Contribute](CONTRIBUTING.md) |
|
83
|
|
-| topBarTranslucent | ✅ | in development | [Contribute](CONTRIBUTING.md) |
|
|
78
|
+| topBarButtonColor | ✅ | ✅ | [Contribute](CONTRIBUTING.md) |
|
|
79
|
+| topBarHidden | ✅ | ✅ | [Contribute](CONTRIBUTING.md) |
|
|
80
|
+| topBarHideOnScroll | ✅ | ✅ | [Contribute](CONTRIBUTING.md) |
|
|
81
|
+| topBarTranslucent | ✅ | ✅ | [Contribute](CONTRIBUTING.md) |
|
84
|
82
|
| topBarTransparent | ✅ | in development | [Contribute](CONTRIBUTING.md) |
|
85
|
83
|
| topBarNoBorder | ✅ | [Contribute](CONTRIBUTING.md) | [Contribute](CONTRIBUTING.md) |
|
86
|
84
|
| drawUnderTabBar | ✅ | [Contribute](CONTRIBUTING.md) | [Contribute](CONTRIBUTING.md) |
|
|
@@ -92,7 +90,7 @@ Note: v1 properties with names beginning with 'navBar' are replaced in v2 with
|
92
|
90
|
| statusBarTextColorSchemeSingleScreen| ✅ | in development | / iOS specific |
|
93
|
91
|
| navBarSubtitleColor | ✅ | [Contribute](CONTRIBUTING.md) | [Contribute](CONTRIBUTING.md) |
|
94
|
92
|
| navBarSubtitleFontFamily | ✅ | [Contribute](CONTRIBUTING.md) | [Contribute](CONTRIBUTING.md) |
|
95
|
|
-| screenBackgroundColor | ✅ | in development | [Contribute](CONTRIBUTING.md) |
|
|
93
|
+| screenBackgroundColor | ✅ | ✅ | [Contribute](CONTRIBUTING.md) |
|
96
|
94
|
| orientation | ✅ | in development | [Contribute](CONTRIBUTING.md) |
|
97
|
95
|
| statusBarHideWithTopBar | ✅ | [Contribute](CONTRIBUTING.md) | [Contribute](CONTRIBUTING.md) |
|
98
|
96
|
| statusBarHidden | ✅ | ✅ | [Contribute](CONTRIBUTING.md) |
|