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

Error ``` java.lang.RuntimeException: Tried to create view after it has already been destroyed at com.reactnativenavigation.viewcontrollers.viewcontroller.ViewController.getView(ViewController.java:213) at com.reactnativenavigation.viewcontrollers.child.ChildController.getView(ChildController.java:44) at com.reactnativenavigation.viewcontrollers.stack.StackAnimator$pushWithoutElementTransitions$1.run(StackAnimator.kt:246) at com.reactnativenavigation.viewcontrollers.viewcontroller.-$$Lambda$WyAR0JEWmTiz3cWwZS9qp-P3Ddg.on(lambda) at com.reactnativenavigation.utils.CollectionUtils.forEach(CollectionUtils.java:133) at com.reactnativenavigation.utils.CollectionUtils.forEach(CollectionUtils.java:127) at com.reactnativenavigation.viewcontrollers.viewcontroller.ViewController.lambda$onViewWillAppear$3$ViewController(ViewController.java:265) at com.reactnativenavigation.viewcontrollers.viewcontroller.-$$Lambda$ViewController$bfiHoKoA1KmT9QaA3BqT2KEB6CQ.run(lambda) at...

needs triage
triage: bug

Added Gesture handling support in Split View with the help of `presentsWithGesture` option > Specifies whether a hidden view controller can be presented and dismissed using a swipe gesture. https://developer.apple.com/documentation/uikit/uisplitviewcontroller/1623171-presentswithgesture...

## 🐛 Bug Report When going back from a screen with an open keyboard, the screen is not resized to full screen. This only affects android devices and emulators with...

needs triage
triage: bug

### Issue Description In our app we are using modals with overCurrentContext-option to show overlay menus and there seems to be some issue on Android when dismissing modals on top...

platform: Android
📌 pinned
type: accepted/bug
user: reproduction provided

## 🐛 Bug Report If I use the option for animations and also set `drawBehind=true` (or `visible=false`) for `bottomTabs` and `topBar`, the application does not respond. ### Have you read...

needs triage
triage: bug

## 🐛 Bug Report Hi Wix team, I am facing an iOS bug that still shows top border on bottomTabs even though I have set borderWidth = 0 It's related...

needs triage
triage: bug

Hey there, here's the stacktrace of the issue: ## StackTrace Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'h.g.k.g.f h.g.b.d()' on a null object reference at com.reactnativenavigation.react.NavigationModule.navigator(NavigationModule.java:4) at com.reactnativenavigation.react.NavigationModule.access$100(NavigationModule.java) at...

platform: Android
type: accepted/bug

npm install will fail if nodejs is not in the correct version. (somehow fix or related to #7604 )

## 🐛 Bug Report It's iOS only. In case when Top Bar is hidden, push animations are defined, and the opening screen is not wrapped in a SafeAreaView, then app...

needs triage
triage: bug

The Report.enabled property has been deprecated. This is scheduled to be removed in Gradle 8.0. Docs https://docs.gradle.org/7.3.3/dsl/org.gradle.api.reporting.Report.html#org.gradle.api.reporting.Report:enabled

platform: Android
type: accepted/enhancement