react-native-simple-router
react-native-simple-router copied to clipboard
A community maintained router component for React Native
In some apps, when scrolling to certain points in the app, the title changes (i.e. ebook readers change to the title of the navbar to the current chapter) It would...
When I was setting the back button component, I couldn't just pass in an Icon component, the proptype is expecting a function and not an object. I had to create...
I currently have a welcome screen where 8 out of 10 times, they are going to click on a specific button. A web browser has the ability to pre-load the...
I have a component that will trigger sign out action on my redux store, from the store I want to change the route to a Sign In component. Is this...
Documentation seems to be growing, we could load up a simple jekyll github page or start putting documentation into the wiki.
How should we handling unit testing this project? Should we include this as apart of the definition of done?
I'm trying to figure out if I can hide/show the nav bar after it rendered.
Hey there! I have a component where i use a custom titleComponent with an custom leftCorner component. I need the leftCorner to trigger my side menu. now i have figured...