react-native-navigation
react-native-navigation copied to clipboard
A complete native navigation solution for React Native
### 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...
### 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...
### 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...
### Describe your idea _No response_ ### Motivation _No response_ ### Are you willing to resolve this issue by submitting a Pull Request? - [ ] Yes, I have the...
### 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)))...
### 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...
### 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.  We used modal presentation style:...
### 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...
### 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:...
### 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,...