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

### What happened? 1. Push a new screen into the stack and the Input has `autoFocus`={true} 2. The keyboard appears then appears immediately ### What was the expected behaviour? The...

platform: Android
type: accepted/bug

I was tearing my hair over why I couldn't get scale transitions to work on iOS while they were working fine on Android, and it turns out it was never...

## 🐛 Bug Report When using the [`` component](https://reactnative.dev/docs/inputaccessoryview), the accessory view ([`UIResponder::inputAccessoryView`](https://developer.apple.com/documentation/uikit/uiresponder/1621119-inputaccessoryview)) either has a weird animation on push, or doesn't mount at all until the push animation has...

platform: iOS
type: accepted/bug

### What happened? Execution failed for task ':react-native-navigation:compileReactNative71DebugKotlin'. > 'compileReactNative71DebugJavaWithJavac' task (current target is 17) and 'compileReactNative71DebugKotlin' task (current target is 1.8) jvm target compatibility should be set to the...

platform: Android
type: accepted/bug

Following the Android changes in Detox [20.14.0](https://github.com/wix/Detox/releases/tag/20.14.0) -- we've seen some instabilities related to getting launch arguments, as explained. This should introduce a fix similar to what's been done for...

platform: Android
Infrastructure
🏚 stale
type: accepted/bug

## 🐛 Bug Report In react native debugger-ui, when reloading the APP, sometimes the screen will be loaded twice (the first time is executed before the registerAppLaunchedListener event is issued)...

needs triage
triage: bug

## 🐛 Bug Report From experimentation with both the playground and my app, it seems that setRoot animations do not work on iOS (on both simulator and physical device). I...

needs triage
triage: bug

I found many cases which crash app when the bottom tab index is out of the number of tabs range. Then screenshot is from crashlytic ![Screenshot 2023-10-14 at 17 40...

🏚 stale

From our app crashlytic, we saw a lot of crashes like this `Attempt to invoke virtual method 'com.reactnativenavigation.viewcontrollers.navigator.Navigator com.reactnativenavigation.NavigationActivity.getNavigator()' on a null object reference` I cannot figure out why navigator...

🏚 stale

### What happened? I applied all the instructions on the [installation](https://wix.github.io/react-native-navigation/docs/installing#manual-installation) page to my code, the android view installed but not the iOS view. There are some results about this...

platform: iOS
type: accepted/bug