Request for Navigation History Feature in react-native-navigation #7816
sajeeldigitali
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Dear react-native-navigation Team,
I'm a frequent user of your library and find it incredibly useful for mobile app development. I have a feature suggestion that could significantly enhance the user experience.
Feature Suggestion: Navigation History
In the current mobile app landscape, a standardized navigation history feature is lacking. I propose adding a built-in Navigation History feature to react-native-navigation.
Why Navigation History Matters:
Enhances user experience by allowing backward and forward navigation.
Provides a familiar and user-friendly experience, similar to web browsing.
Potential Implementation:
Maintain a stack of visited screens.
Provide API methods for programmatically navigating through the history stack.
Benefits for Developers:
Simplifies the implementation of navigation history.
Reduces the need for custom solutions.
I believe that adding a Navigation History feature would greatly improve the overall usability of react-native-navigation.
Thank you for considering this suggestion.
Beta Was this translation helpful? Give feedback.
All reactions