Para hacer transparente el header y ocultar la sombra usar el siguiente código, enero del 2022
<Stack.Screen
name='Pokemon'
component={ Pokemon }
options={ {
title: "",
headerShown: true,
headerTransparent: true,
headerShadowVisible: false
} }
/>
¿Quieres ver más aportes, preguntas y respuestas de la comunidad?