react-native-navigation icon indicating copy to clipboard operation
react-native-navigation copied to clipboard

A complete native navigation solution for React Native

Results 210 react-native-navigation issues
Sort by recently updated
recently updated
newest added

### What happened? I am using this function: ``` const onCloseClick = () => { return Navigation.dismissAllModals(); }; ``` But the function is not working as expected and it is...

platform: iOS
type: accepted/bug

Fixed a typo (Changed `Subitle` to `Subtitle`)

🏚 stale

## 🐛 Bug I've a bottomTabs with three tabs, when pushing a new screen with bottomTabs option visible = false, the screen freezes for 4-10 seconds. If I switch back...

needs triage
triage: bug

### What happened? After I managed to install and setup everything with RNN, I tried the basic navigation such register the screen and **setRoot** to display a component but I...

platform: iOS
type: accepted/bug

### What happened? open screen1 with navigationBar background color1 open overlay or modal with navigationBar background color2 dismiss overlay or modal screen1 is shown but with navigationBar background color2 ###...

platform: Android
🏚 stale
type: accepted/bug

### What happened? ```tsx Navigation.events().registerComponentDidDisappearListener(event => { // event doesn't invoke on Android 13,12,11 :( when user jump between tabs }) ``` I found out that `Navigation.setDefaultOptions({bottomTabs: {visible: false},});` trigger...

platform: Android
type: accepted/bug

### What happened? On Android, using FastImage with SET (Shared Element Transition) locks its dimensions. As a result, when trying to update the image's width and height it does not...

platform: Android
🏚 stale
type: accepted/bug

### What happened? I'm trying to refresh page which is already open in navigation stack the ### What was the expected behaviour? My page should refreshed instead of showing last...

platform: Android
🏚 stale
type: accepted/bug

### What happened? Hello, Since I upgraded react-native and react-native-navigation to their latest version, my application is freezing on the login screen. More specifically, I get the following error :...

platform: iOS
type: accepted/bug

platform: iOS
Infrastructure