Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 356 Bytes

dismiss.md

File metadata and controls

19 lines (11 loc) · 356 Bytes

dismiss([payload])

Arguments

  1. 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