React-native-navigation: Regression: [V2] [iOS] [Android] Dismiss modal got 4 arguments, expected 5

Created on 5 Nov 2018  路  8Comments  路  Source: wix/react-native-navigation

Issue Description

Open modal then dismiss it.

peek 2018-11-05 11-57

Steps to Reproduce / Code Snippets / Screenshots

Navigation.dismissModal(this.props.componentId);

Environment

  • React Native Navigation version: 2.1.1
  • React Native version: 0.56.4
  • Platform(s) (iOS, Android, or both?): Both
  • Device info (Simulator/Device? OS version? Debug/Release?): Simulator/Device and only tested on Debug

Most helpful comment

This should be fixed in 2.1.1-snapshot.23, will publish 2.1.2 soon.

All 8 comments

Same problem but with popToRoot

Also experiencing the same problem with [email protected]

Checking, seems like alpha is working as expected. You can use it until we figure this out

This should be fixed in 2.1.1-snapshot.23, will publish 2.1.2 soon.

Confirmed fixed in 2.1.2, thanks a lot @guyca

again getting same issue in version 2.1.3

Hi @guyca , do you have any suggestions about this issue? I meet the same issue when I using 2.1.1-snapshot.23, 2.1.0, and 2.2.2 (my react-native version is 0.57.4) thanks

Perhaps you didn't rebuild the native code after npm install?

Was this page helpful?
0 / 5 - 0 ratings