Created
December 25, 2018 13:02
-
-
Save vshkl/ab9ee0c3cfce17b36b7e2d2de961914f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import { Navigation } from 'react-native-navigation' | |
import navigation from 'src/navigation' | |
... | |
Navigation.setRoot(navigation.screens.main()) | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment