Table of Contents
Introduction
Installation
Roadmap to 1.0
Guides
Integrating with existing apps
Custom Navigation Implementations
Tabs
Deep Linking
Project Structure
Shared Element Transitions
API Documentation
Navigator
Navigator.registerScreen
Navigator.push
Navigator.present
Navigator.pop
Navigator.dismiss
Config
Spacer
Tab
TabBar
SharedElement
SharedElementGroup
Implementations
DefaultImplementations
Change Log
FAQ
Contributing Guide
Published with GitBook
Navigator.pop
pop()
Example Usage
import
Navigator
from
'native-navigation'
;
Navigator
.
pop
(
)
;
Related Guides
Basic Usage