react-native-navigation icon indicating copy to clipboard operation
react-native-navigation copied to clipboard

Android - Push not Working from Overlay

Open Staceadam opened this issue 3 years ago • 0 comments

🐛 Bug Report

Navigating with a push from an Overlay stack does not work on Android.

To Reproduce

  1. register 2 components
  2. call one with Nativgation.showOverlay as a stack
  3. call one with Navigation.push from Overlay

Expected behavior

The screen should be pushed into the stack just like it does on iOS.

Actual Behavior

Nothing. Theres no js error and nothing coming through the device logs.

Your Environment

  • React Native Navigation version: "7.11.3"
  • React Native version: "0.64.2"
  • Platform(s) (iOS, Android, or both?): Android
  • Device info (Simulator/Device? OS version? Debug/Release?): Emulator, Pixel 2, Debug.

Are you willing to resolve this issue by submitting a Pull Request?

✅ Yes, I have the time, and I know how to start.

Staceadam avatar Jan 25 '22 23:01 Staceadam