mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-26 21:18:45 -06:00
this shoul dbe a modal
This commit is contained in:
@@ -96,7 +96,8 @@ export default function Library(): React.JSX.Element {
|
||||
name="Details"
|
||||
component={DetailsScreen}
|
||||
options={{
|
||||
headerTitle: ""
|
||||
headerTitle: "",
|
||||
presentation: "modal"
|
||||
}}
|
||||
/>
|
||||
</LibraryStack.Navigator>
|
||||
|
||||
@@ -65,7 +65,8 @@ export default function Home(): React.JSX.Element {
|
||||
name="Details"
|
||||
component={DetailsScreen}
|
||||
options={{
|
||||
headerTitle: ""
|
||||
headerTitle: "",
|
||||
presentation: "modal"
|
||||
}}
|
||||
/>
|
||||
</HomeStack.Navigator>
|
||||
|
||||
Reference in New Issue
Block a user