We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3bfb57 commit 9e81415Copy full SHA for 9e81415
packages/mobile/src/screens/edit-collection-screen/EditCollectionNavigator.tsx
@@ -1,4 +1,5 @@
1
import type { EditCollectionValues } from '@audius/common/store'
2
+import { PortalHost } from '@gorhom/portal'
3
import { createNativeStackNavigator } from '@react-navigation/native-stack'
4
import type { FormikProps } from 'formik'
5
@@ -35,6 +36,7 @@ export const EditCollectionNavigator = (
35
36
/>
37
<Stack.Screen name='Advanced' component={AdvancedAlbumScreen} />
38
</Stack.Navigator>
39
+ <PortalHost name='ConfirmPublishTrackPortal' />
40
<DeletePlaylistConfirmationDrawer />
41
</>
42
)
0 commit comments