vue router get current view code example
Example 1: javascript get current url
var currentUrl = window.location.href;
Example 2: get current screen name react navigation
props.navigation.state.routeName
var currentUrl = window.location.href;
props.navigation.state.routeName