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? FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:compileDebugKotlin'. > A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction > Compilation error. See log...

platform: Android
type: accepted/bug

### What happened? /Users/macbook/Library/Developer/Xcode/DerivedData/..../Build/Products/Debug-iphoneos/React-graphics/React_graphics.framework/Headers/react/renderer/graphics/Point.h:13:10 'react/utils/hash_combine.h' file not found react-native-navigation version 7.43.0 react native version 0.76.9 ### What was the expected behaviour? Run proper app ### Was it tested on latest...

platform: iOS
type: accepted/bug

### What happened? Navigation back button does not have accessibility label ### What was the expected behaviour? _No response_ ### Was it tested on latest react-native-navigation? - [x] I have...

type: accepted/bug
needs triage

### Describe your idea _No response_ ### Motivation _No response_ ### Are you willing to resolve this issue by submitting a Pull Request? - [ ] Yes, I have the...

needs triage

### What happened? ``` push = async () => { return Navigation.push(this.props.componentId, { component: { id: 'ChildId', name: Screens.Pushed, }, }) .then((pushId) => new Promise((resolve) => setTimeout(() => resolve(pushId), 100)))...

platform: iOS
type: accepted/bug

### What happened? When trying to build my android app for rn version 0.78.2 and 0.79 I get this error: `node_modules/react-native-navigation/lib/android/app/src/reactNative71/java/com/reactnativenavigation/react/modal/ModalContentLayout.kt:12:1 Class 'ModalContentLayout' is not abstract and does not implement...

platform: Android
type: accepted/bug

### What happened? It seems since we upgraded to react-native-navigation 7.40.1 and react-native 0.73.9 we are able to click top bar buttons through modals. ![clickthrough-topbar-buttons](https://github.com/user-attachments/assets/0424b369-382d-47d8-99b3-87ba7ec86c3d) We used modal presentation style:...

platform: Android
type: accepted/bug

### What happened? The RNNCommandsHandlerTest and RNNModalManagerEventHandlerTest are currently not working. So they were removed from the testing list. ### What was the expected behaviour? The tests are supposed to...

platform: iOS
type: accepted/bug

### What happened? #Issue In a React Native project using `react-native-navigation`, the StatusBar background color becomes unexpectedly dark or semi-transparent after certain user interactions. Even when explicitly setting: Navigation.setDefaultOptions({ statusBar:...

platform: Android
type: accepted/bug

### What happened? When opening the side menu from a tab and opening showing a modal from the sidemenu, this is what happens: - side menu disappears, bottom tab disappears,...

platform: Android
type: accepted/bug