dismiss([payload]) Arguments payload (Object): An optional payload to pass back to the presenting screen. This is what the promise returned from present(...) will resolve with. Example Usage import Navigator from 'native-navigation'; Navigator.dismiss(); Related Guides Basic Usage