You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -109,12 +110,15 @@ that will let you to keep pushing components in the stack.
109
110
The React Native ``Navigator.NavigatorBar`` component has an object called
110
111
``routeMapper`` that configures the three components that can be displayed
111
112
inside the navigation bar: ``LeftButton``, ``RightButton`` and ``Title``.
112
-
This library auto-generates a default route mapper object that displays an iOS
113
-
style back button, a title and accepts a right element to render.
113
+
This library auto-generates a default route mapper object that displays an iOS & Android style back button, a title and accepts a right element to render.
114
114
115
115
It also provides functions to generate each of the route mapper components so
116
116
you can build a completely custom navigation bar for each ``NavigatorWrapper``.
117
117
See the source code for more information.
118
118
119
+
## 🚧 Roadmap
120
+
121
+
-[ ] Handle several hardware back button actions with multiple navigators (Android).
0 commit comments