Browse Source

Update README.md (#1539)

bogobogo 7 years ago
parent
commit
64087d595b
1 changed files with 26 additions and 21 deletions
  1. 26
    21
      README.md

+ 26
- 21
README.md View File

@@ -42,27 +42,32 @@ Here is the full comparison of features between v1 and v2 (will be updated regul
42 42
 | drawer             |    ✅  |    ✅ |
43 43
 ### Screen API
44 44
 
45
-|  API              | v1     | v2         |
46
-|---------------------|--------|------------|
47
-| push                |  ✅     |   ✅       |
48
-| pop                 |  ✅     |  ✅        |
49
-| showModal           |  ✅     |  ✅        |
50
-| popToRoot           |   ✅     |   ✅         |
51
-| resetTo             |   ✅     |    ✅        |
52
-| dismissModal        |   ✅     |     ✅       |
53
-| dismissAllModals    |   ✅     |      ✅      |
54
-| showLightBox        |   ✅     |      [Contribute](CONTRIBUTING.md)      |
55
-| dismissLightBox     |   ✅     |       [Contribute](CONTRIBUTING.md)       |
56
-| handleDeepLink      |   ✅     |       [Contribute](CONTRIBUTING.md)       |
57
-| setOnNavigatorEvent |   ✅     |       [Contribute](CONTRIBUTING.md)       |
58
-| setButtons          |   ✅     |         [Contribute](CONTRIBUTING.md)     |
59
-| setTitle            |   ✅     |         [Contribute](CONTRIBUTING.md)     |
60
-| toggleDrawer        |   ✅     |        [Contribute](CONTRIBUTING.md)   |
61
-| toggleTabs          |   ✅     |        [Contribute](CONTRIBUTING.md)     |
62
-| setTabBadge         |    ✅    |       [Contribute](CONTRIBUTING.md)     |
63
-| switchToTab         |    ✅    |        [Contribute](CONTRIBUTING.md)    |
64
-| toggleNavBar        |   ✅     |      [Contribute](CONTRIBUTING.md)      |
65
-| Screen Visibility   |   ✅     |       ✅     |
45
+|  API              | v1     | v2  iOS      |	v2 Android |
46
+|---------------------|--------|------------|--------------|
47
+| push                |  ✅     |   ✅       |	✅		|
48
+| pop                 |  ✅     |  ✅        |	✅	|
49
+| showModal           |  ✅     |  ✅        |	✅|
50
+| popToRoot           |   ✅     |   ✅         |✅	|
51
+| resetTo             |   ✅     |    ✅        |	✅|
52
+| dismissModal        |   ✅     |     ✅       |	✅|
53
+| dismissAllModals    |   ✅     |      ✅      |	✅|
54
+| showContextualMenu      |   ✅     |            |[Contribute](CONTRIBUTING.md) |
55
+| dismissContextualtMenu      |   ✅     |           |[Contribute](CONTRIBUTING.md)  |
56
+| showFab      |   ✅     |    / Android specific     |  [Contribute](CONTRIBUTING.md)  |
57
+| dismissFab      |   ✅     |    / Android specific       | [Contribute](CONTRIBUTING.md) |
58
+| showSnackBar     |   ✅     |     / Android specific    |   [Contribute](CONTRIBUTING.md) |
59
+| dismissSnackBar     |   ✅     |    / Android specific      |  [Contribute](CONTRIBUTING.md) |
60
+| showLightBox        |   ✅     |      [Contribute](CONTRIBUTING.md)      | [Contribute](CONTRIBUTING.md)  |
61
+| dismissLightBox     |   ✅     |       [Contribute](CONTRIBUTING.md)       | [Contribute](CONTRIBUTING.md) |
62
+| handleDeepLink      |   ✅     |       [Contribute](CONTRIBUTING.md)       | [Contribute](CONTRIBUTING.md) |
63
+| setButtons          |   ✅     |         [Contribute](CONTRIBUTING.md)     | [Contribute](CONTRIBUTING.md) |
64
+| setTitle            |   ✅     |        	✅    | 	✅|
65
+| toggleDrawer        |   ✅     |        [Contribute](CONTRIBUTING.md)   | [Contribute](CONTRIBUTING.md) |
66
+| toggleTabs          |   ✅     |       in development    | [Contribute](CONTRIBUTING.md)|
67
+| setTabBadge         |    ✅    |       [Contribute](CONTRIBUTING.md)     | [Contribute](CONTRIBUTING.md)|
68
+| switchToTab         |    ✅    |      in development    |[Contribute](CONTRIBUTING.md) |
69
+| toggleNavBar        |   ✅     |      [Contribute](CONTRIBUTING.md)      | [Contribute](CONTRIBUTING.md)|
70
+| Screen Visibility   |   ✅     |       ✅     |✅|
66 71
 
67 72
 ### Styles
68 73