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

### Describe your idea Disable ios 18 tabbar for ipad ### Motivation Ios 18 introduced a new tab bar UI that overwrites the bottom tab UI ![](https://i.sstatic.net/fQOy0b6t.png) This disable that...

needs triage

### What happened? The onDropViewInstance of ViewManager is not called anymore when a screen is popped from the stack, since RN version `0.71.x`. ### What was the expected behavior? The...

#7905 previous topic 0.75.x **The Solution for Android 0.76.1** **react-native-navigation\lib\android\app\src\main\java\com\reactnativenavigation\utils\ReactTypefaceUtils.java** ```java /* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT...

platform: Android
type: accepted/bug

### What happened? ``` info A dev server is already running for this project on port 8081. info Installing the app... > Task :react-native-screens:compileDebugKotlin FAILED > Task :react-native-navigation:compileReactNative71DebugKotlin FAILED 135...

platform: Android
type: accepted/bug

## Summary This PR fixes the following Kotlin build issues which were discovered after I upgraded `react-native` to `0.75.3` and `react-native-navigation` to `7.40.1` ``` > Task :react-native-navigation:compileReactNative71DebugKotlin FAILED e: file:///private/tmp/nix-build-status-mobile-build-debug-android.drv-3/node_modules/...

``` `BUILD FAILED in 15s error Failed to install the app. Command failed with exit code 1: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 e: /node_modules/react-native-navigation/lib/android/app/src/main/java/com/reactnativenavigation/utils/ReactViewGroup.kt:7:59 Unresolved reference: fullBorderRadius e: /node_modules/react-native-navigation/lib/android/app/src/main/java/com/reactnativenavigation/viewcontrollers/viewcontroller/LayoutDirectionApplier.kt:11:45 Smart cast to...

platform: Android
🏚 stale
type: accepted/bug

### What happened? If you upgrade to 0.76.x - app is not launching due to issue `No known class method for selector 'UIBarStyle:'` ### What was the expected behaviour? React...

platform: iOS
type: accepted/bug

### What happened? Android top bar buttons disappear After Locking the screen then unlock the screen. ### What was the expected behavior? The top bar buttons should keep showing. ###...

### What happened? Regarding bottomTabs.animate is not doing anything in iOS ### What was the expected behaviour? At least tab bar should animate somehow ### Was it tested on latest...

platform: iOS
type: accepted/bug

### What happened? I have update Android version 33 to 34 and the update react-native version 0.64.4 to 0.70.2 and My react-native-navigation library version 6.6.2 to 7.35.2 After that app...

platform: Android
type: accepted/bug