mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
add stacks for home/search
so they can access album/artist/etc screen
This commit is contained in:
3
index.js
3
index.js
@@ -4,6 +4,9 @@ import 'react-native-get-random-values'
|
||||
import { enableScreens } from 'react-native-screens'
|
||||
enableScreens()
|
||||
|
||||
import { LogBox } from 'react-native'
|
||||
LogBox.ignoreLogs(["The action 'POP_TO_TOP'"])
|
||||
|
||||
import { AppRegistry } from 'react-native'
|
||||
import App from '@app/App'
|
||||
import { name as appName } from '@app/app.json'
|
||||
|
||||
Reference in New Issue
Block a user