getting context sheet navigation to work

This commit is contained in:
Violet Caulfield
2025-08-15 11:32:13 -05:00
parent a2e3237766
commit 5a723bcefe
30 changed files with 353 additions and 301 deletions

View File

@@ -4,8 +4,9 @@ import App from './App'
import { name as appName } from './app.json'
import { PlaybackService } from './src/player/service'
import TrackPlayer from 'react-native-track-player'
import { enableFreeze } from 'react-native-screens'
import { enableFreeze, enableScreens } from 'react-native-screens'
enableScreens(true)
enableFreeze(true)
AppRegistry.registerComponent(appName, () => App)