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

platform: iOS
type: accepted/enhancement

### What happened? With the update to RN 0.73 the `onDropViewInstance` of ViewManager is not called anymore when a screen is popped from the stack. As stated [here](https://javadoc.io/static/com.facebook.react/react-native/0.20.1/com/facebook/react/uimanager/ViewManager.html#onDropViewInstance(T)) for the...

platform: Android
type: accepted/bug

```[tasklist] ### Tasks - [ ] https://github.com/wix/react-native-navigation/issues/7835 - [ ] https://github.com/wix/react-native-navigation/issues/7836 - [ ] https://github.com/wix/react-native-navigation/issues/7837 - [ ] https://github.com/wix/react-native-navigation/issues/7838 ``` Also related: - [ ] https://github.com/wix/react-native-navigation/issues/7825 - [ ] https://github.com/wix/react-native-navigation/issues/7821

needs triage

### What happened? I've installed the latest (7.37.2) version of react-native-navigation in my 0.73.2 react-native project, Android version builds but upon running the project I get the `com.appName.mainActivity can not...

platform: Android
type: accepted/bug

In this PR we do the following : - We make sure `react-native-navigation` uses java 17 which is needed by react-native 0.73.1 - We fix a type mismatch error when...

Hi! **I use: "react-native": "0.72.4", "react-native-navigation": "^7.37.0",** I faced an annoying problem with `overlays` on `Android`. I show an overlay with a not full-screen view with `interceptTouchOutside: false`. For example,...

🏚 stale

### What happened? Setting header options with shadows, we get this error : `(ADVICE) View #623 of type RCTView has a shadow set but cannot calculate shadow efficiently. Consider setting...

type: accepted/bug
needs triage

### What happened? When the icon is used for rightButtons inside topBar, it jumps when the new screen is pushed/popped in the stack. ![Jan-22-2024 16-18-56](https://github.com/wix/react-native-navigation/assets/866748/23175bd0-c3cd-4f7b-b852-403de946054a) Note: If a custom component...

platform: Android
type: accepted/bug

### What happened? Hi there, I have not clear behaviour when I disabled animation on showModal. I want to call function when my screen appears. In IOS Stack "Appears" means...

platform: iOS
type: accepted/bug