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

A complete native navigation solution for React Native

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

### What happened? 1. Open a modal with animations, e.g.: ```ts options: { animations: { showModal: { enter :{ enabled:true, alpha: { from: 0, to: 1, duration: 300, }, },...

platform: iOS
type: accepted/bug

## Description Adds `iconBackground` property support to `backButton` options, matching the functionality available for `rightButtons` and `leftButtons`. This enables circular and rounded background shapes behind the back button icon, consistent...

### What happened? We have a persistent crash when we're using entering/exiting animations with layout reanimated. Tested with react-navigation and crash was not detected Code which affecting - Block.tsx ->...

platform: iOS
type: accepted/bug

### What happened? Initially, I thought the issue was with Expo, because Expo 53 is incompatible with RNN 0.78.3 and requires RNN 0.79 (https://github.com/expo/expo/issues/33066). Later, I suspected a Firebase issue,...

platform: iOS
type: accepted/bug

### What happened? React Native Navigation 8.5.0 not working for the latest React Native 0.82.1 Is there any fix for make it work to the latest version of react native?...

platform: iOS
type: accepted/bug

## WHAT Migration strategy for RCTAppDelegate deprecation in React Native 0.81+, implementing Info.plist-based New Architecture configuration. ## WHY React Native 0.81+ will remove `RCTSetNewArchEnabled()` - apps must migrate to Info.plist...

### What happened? (RN - 0.80.0) - RNN - 8.1.0 - Fixes (Android + iOS) ### What was the expected behaviour? (RN - 0.80.0) - RNN - 8.1.0 - Fixes...

platform: Android
type: accepted/bug

### Describe your idea Hey everyone! 👋 I wanted to ask if there are any plans to add GlassView (blur effect) support for the navigation bar — similar to how...

needs triage

### What happened? We upgraded RNN to 8.3.2 and RN to meet Android's 16kb requirement, and therefore released it on the Google Play Store on November 1st. In the last...

platform: Android
type: accepted/bug