add stacks for home/search

so they can access album/artist/etc screen
This commit is contained in:
austinried
2021-07-09 20:39:14 +09:00
parent d245d4b786
commit cd9ae9633c
7 changed files with 113 additions and 83 deletions

View File

@@ -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'