Browse Source

Update README.md (#1536)

bogobogo 7 years ago
parent
commit
97c5ffd851
1 changed files with 14 additions and 0 deletions
  1. 14
    0
      README.md

+ 14
- 0
README.md View File

@@ -66,6 +66,8 @@ Here is the full comparison of features between v1 and v2 (will be updated regul
66 66
 
67 67
 ### Styles
68 68
 
69
+Note:  properties who begin with 'navBar' in v1 are now named 'topBar' to avoid confusion with the android native bottom nav bar.
70
+
69 71
 |                       | v1  | v2 iOS | v2 Android |
70 72
 |-----------------------|-----|--------|------------|
71 73
 | topBarBackgroundColor |   ✅    |   in development     |     [Contribute](CONTRIBUTING.md)        |
@@ -82,6 +84,18 @@ Here is the full comparison of features between v1 and v2 (will be updated regul
82 84
 | drawUnderTopBar       |  ✅     |    [Contribute](CONTRIBUTING.md)     |      [Contribute](CONTRIBUTING.md)       |
83 85
 | statusBarBlur         |  ✅     |    [Contribute](CONTRIBUTING.md)     |      [Contribute](CONTRIBUTING.md)       |
84 86
 | topBarBlur            | ✅      |    [Contribute](CONTRIBUTING.md)     |      [Contribute](CONTRIBUTING.md)       |
87
+| tabBarHidden  |   ✅  |   [Contribute](CONTRIBUTING.md)     |    [Contribute](CONTRIBUTING.md)        |
88
+| statusBarTextColorScheme |  ✅   |   in development      |      / iOS specific    |
89
+| statusBarTextColorSchemeSingleScreen|  ✅   |     in development    |     / iOS specific      |
90
+| navBarSubtitleColor          |  ✅   |   [Contribute](CONTRIBUTING.md)     |      [Contribute](CONTRIBUTING.md)      |
91
+| navBarSubtitleFontFamily    |   ✅  |    [Contribute](CONTRIBUTING.md)    |     [Contribute](CONTRIBUTING.md)       |
92
+| screenBackgroundColor     | ✅    |   in development     |     [Contribute](CONTRIBUTING.md)       |
93
+| orientation     |  ✅   |  [Contribute](CONTRIBUTING.md)      |   [Contribute](CONTRIBUTING.md)          |
94
+| statusBarHideWithTopBar        |  ✅   |    [Contribute](CONTRIBUTING.md)     |     [Contribute](CONTRIBUTING.md)       |
95
+| statusBarHidden       |  ✅   |   [Contribute](CONTRIBUTING.md)       |     [Contribute](CONTRIBUTING.md)      |
96
+| disabledBackGesture       |   ✅  |   [Contribute](CONTRIBUTING.md)       |    / iOS specific     |
97
+| screenBackgroundImageName         |   ✅  |   [Contribute](CONTRIBUTING.md)      |    [Contribute](CONTRIBUTING.md)        |
98
+| rootBackgroundImageName            |  ✅   |    [Contribute](CONTRIBUTING.md)     |    [Contribute](CONTRIBUTING.md)        |
85 99
 
86 100
 Element tranisitions, adding buttons and styles are not yet implemented. [Contribute](CONTRIBUTING.md)
87 101