|
@@ -64,6 +64,25 @@ Here is the full comparison of features between v1 and v2 (will be updated regul
|
64
|
64
|
| toggleNavBar | ✅ | [Contribute](CONTRIBUTING.md) |
|
65
|
65
|
| Screen Visibility | ✅ | ✅ |
|
66
|
66
|
|
|
67
|
+### Styles
|
|
68
|
+
|
|
69
|
+| | v1 | v2 iOS | v2 Android |
|
|
70
|
+|-----------------------|-----|--------|------------|
|
|
71
|
+| topBarBackgroundColor | ✅ | in development | [Contribute](CONTRIBUTING.md) |
|
|
72
|
+| topBarTextFontSize | ✅ | in development | [Contribute](CONTRIBUTING.md) |
|
|
73
|
+| topBarTextFontFamily | ✅ | in development | [Contribute](CONTRIBUTING.md) |
|
|
74
|
+| topBarBackgroundColor | ✅ | in development | [Contribute](CONTRIBUTING.md) |
|
|
75
|
+| topBarButtonColor | ✅ | in development | [Contribute](CONTRIBUTING.md) |
|
|
76
|
+| topBarHidden | ✅ | in development | [Contribute](CONTRIBUTING.md) |
|
|
77
|
+| topBarHideOnScroll | ✅ | in development | [Contribute](CONTRIBUTING.md) |
|
|
78
|
+| topBarTranslucent | ✅ | in development | [Contribute](CONTRIBUTING.md) |
|
|
79
|
+| topBarTransparent | ✅ | in development | [Contribute](CONTRIBUTING.md) |
|
|
80
|
+| topBarNoBorder | ✅ | [Contribute](CONTRIBUTING.md) | [Contribute](CONTRIBUTING.md) |
|
|
81
|
+| drawUnderTabBar | ✅ | [Contribute](CONTRIBUTING.md) | [Contribute](CONTRIBUTING.md) |
|
|
82
|
+| drawUnderTopBar | ✅ | [Contribute](CONTRIBUTING.md) | [Contribute](CONTRIBUTING.md) |
|
|
83
|
+| statusBarBlur | ✅ | [Contribute](CONTRIBUTING.md) | [Contribute](CONTRIBUTING.md) |
|
|
84
|
+| topBarBlur | ✅ | [Contribute](CONTRIBUTING.md) | [Contribute](CONTRIBUTING.md) |
|
|
85
|
+
|
67
|
86
|
Element tranisitions, adding buttons and styles are not yet implemented. [Contribute](CONTRIBUTING.md)
|
68
|
87
|
|
69
|
88
|
## Getting started with v2
|