mirror of
https://github.com/Jellify-Music/App.git
synced 2025-12-16 16:26:33 -06:00
7 lines
233 B
TypeScript
7 lines
233 B
TypeScript
import { createNavigationContainerRef } from '@react-navigation/native'
|
|
import { RootStackParamList } from './src/screens/types'
|
|
|
|
const navigationRef = createNavigationContainerRef<RootStackParamList>()
|
|
|
|
export default navigationRef
|