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