Skip to content

Instantly share code, notes, and snippets.

@AllGistsEqual
Created February 16, 2020 22:05
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AllGistsEqual/24cd176726af4526921b9554df32ca69 to your computer and use it in GitHub Desktop.
Save AllGistsEqual/24cd176726af4526921b9554df32ca69 to your computer and use it in GitHub Desktop.
import * as React from 'react'
export const navigationRef = React.createRef()
export function navigate(name, params) {
navigationRef.current.navigate(name, params)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment