/* eslint-disable react/style-prop-object */
import * as React from 'react';
import { StyleSheet, View } from 'react-native';
import { StatusBar } from 'expo-status-bar';
import { Appbar } from 'react-native-paper';
import { Div, Button } from 'react-native-magnus';
import { goBack, navigate, replace } from '../../navigation/RootNavigation';
export default function DetailHeader({ noRight, type, noTab }) {
return (
<>