Skip to content

Instantly share code, notes, and snippets.

@felippepuhle
Last active August 27, 2020 13:52
Show Gist options
  • Save felippepuhle/3fb79e9db0f9bcf5179314ba285f71cd to your computer and use it in GitHub Desktop.
Save felippepuhle/3fb79e9db0f9bcf5179314ba285f71cd to your computer and use it in GitHub Desktop.
import { GraphQLType, getGlobalId } from '@relay'
// ...
const onPressTag = useCallback((tag: TagDataFromREST) => {
navigation.navigate(TagScreen.TAG_VIDEOS, {
id: getGlobalId({
type: GraphQLType.GOLIVE_TAG,
resourceId: tag.id,
}),
})
}, [])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment