react-native-simple-router icon indicating copy to clipboard operation
react-native-simple-router copied to clipboard

A community maintained router component for React Native

Results 28 react-native-simple-router issues
Sort by recently updated
recently updated
newest added

Bumps [underscore](https://github.com/jashkenas/underscore) from 1.8.3 to 1.12.1. Commits c627e38 Mention CVE-2021-23358 in code, test and documentation (#2915) c9e803e Add diff and docs to the 1.12.1 change log entry 0c20985 Restore comments...

dependencies

Dear community of users, We would like to ask for your help and contribute to better documentation for this module. More examples, better description of features, and making sure that...

Enhancement
Help Wanted
Documentation

When setting `hideNavigationBar={true}` i'm still seeing a white 20 point bar at the top that sits on top of any content I add into a component. Is there a way...

Question

I've been getting some complaints from user's about the app just exiting. I'm not an Android user so I don't know if that's expected behavior or not, but I thought...

Not exactly an issue, just wanna check if it's expected that Android NavBar title to have a fixed font? I am able to customised the font in iOS by applying...

Hello. I'm trying to add a component in the right corner, but it doesn't appear in the first route, only in the other routes. Here's a sample of my code:...

Behaviour is not reproduced on iOS When using a leftCorner component on Android, the titleComponent is not centered and move to the right. This behaviour is not reproduced with a...

Hello, Is it possible to not show the backbutton (leftcorner)? can't find how to do this. It would be nice to have this feature since android already has a physical...

I know it's possible to go to a different page after clicking on a navigation icon. But is it possible to show a `View` on the same page? For example,...

Hi there! Is it possible to add an icon to the left on the firstRoute? The only prop I see is rightComponent. Thank you.

Question