payload
(Object
): An optional payload to pass back to the presenting screen. This is what the promise returned frompresent(...)
will resolve with.
import Navigator from 'native-navigation';
Navigator.dismiss();
payload
(Object
): An optional payload to pass back to the presenting screen. This is what
the promise returned from present(...)
will resolve with.import Navigator from 'native-navigation';
Navigator.dismiss();