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? App is getting crashed after upgrading android 13 to android 14 ### What was the expected behaviour? _No response_ ### Was it tested on latest react-native-navigation? -...

platform: Android
type: accepted/bug

### What happened? The registerBottomTabLongPressedListener does not work on Android. Long-pressing the bottom button on Android does not trigger the registerBottomTabLongPressedListener, but instead navigates to the corresponding route. ### What...

platform: Android
type: accepted/bug

### What happened? Calling `setRoot` second time crashes the app in IOS. This happens only on new architecture. Its crashing on Playground app as well. ### What was the expected...

platform: iOS
type: accepted/bug

We're seeing a crash that affects ~1% of our user base per month, that's caused by: ``` NullPointerException Attempt to invoke virtual method 'boolean android.app.Activity.isFinishing()' on a null object reference...

platform: Android
🏚 stale
type: accepted/bug

Changed: - After the the automatic scripts completed successfully, run pod install: To: - After the automatic scripts completed successfully, run pod install:

🏚 stale

### What happened? Navigation.constantsSync().bottomTabsHeight returns 0 if waitForRender: true In first render value = 0, after render tab value is correct p.s. Android works fine ### What was the expected...

platform: iOS
type: accepted/bug

### What happened? On the latest version of react-native-navigation and react-native, when we are trying to run our app on iOS 17, we are receiving the following main thread crash:...

platform: iOS
type: accepted/bug

Implements: #7320 WIP 🚧 TODO: - [x] Add TypeScript options - [x] Add iOS options - [ ] Add iOS options converted for detents - [x] Add iOS implementation -...

platform: iOS
type: accepted/enhancement

### What happened? https://github.com/wix/react-native-navigation/assets/69680968/5fd53aa6-7807-4307-9c48-9e5bd82c4a63 ### What was the expected behaviour? _No response_ ### Was it tested on latest react-native-navigation? - [X] I have tested this issue on the latest react-native-navigation...

platform: Android
type: accepted/bug

This value is missing in the current set of constants, but only relevant for android. It's useful to know if you have a transparent/translucent navbar and what to know what...

platform: Android