user@MacBook-Air examples % go mod init && go get
go: cannot determine module path for source directory /Users/nikitahovdun/opensource/gtranslate/examples (outside GOPATH, module path must be specified)
Example usage:
'go mod init example.com/m' to initialize a v0 or v1 module
'go mod init example.com/m/v2' to initialize a v2 module
Run 'go help mod init' for more information.
user@MacBook-Air examples % go get github.com/bregydoc/gtranslate@latest
go: go.mod file not found in current directory or any parent directory.
'go get' is no longer supported outside a module.
To build and install a command, use 'go install' with a version,
like 'go install example.com/cmd@latest'
For more information, see https://golang.org/doc/go-get-install-deprecation
or run 'go help get' or 'go help install'.
и если обратиться к props.route или context, то current еще не потерян
routeNameRef.current = navigationRef.getCurrentRoute().name;
value={getCurrentRouteName}