Kureev / react-native-navbar

Navbar component for React Native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drag back handle

janroures opened this issue · comments

Hello, is there any way to detect the 'drag back' event of the navBar? Thank you.

What is a "drag back" event? Can you give us more info? What exactly you're trying to achieve?

sorry, what I mean is, instead of popping a component programatically, when you slide the component from left to right to go back, mimicking the native iOS back movement. Hope this makes sense

Sure it does! It is a standard iOS ViewController behavior which should be implemented on the side of navigation library, not navbar component. Take a look at react-navigation, I believe that’s what you are looking for 👍

what about Android? Same behavior and I don't think they implemented that on the native navigator. Don't know.

Probably they didn't (not sure though). Anyway, it isn't a standard pattern on Android, so if you need it, most likely you'll end up implementing it by yourself.

However, this is no longer a navbar issue. Please, consider asking your question on Discord channel and/or StackOverflow.

Oh I'm sorry, I guess I didn't explain myself well. What I mean is, this feature is implemented in your library somewhere, but I can't find the piece of code where it is located.