debug: magenta marker nach ProfileHeader — Render-Reach-Test

Wenn marker sichtbar nach Rebuild: ProfileHeader fully rendered,
StatsBar+below werden danach suppressed (background-overlay,
fix-height container, oder ähnlich). Wenn marker nicht sichtbar:
ProfileHeader-Render aborts mid-tree. TEMP, wird wieder entfernt.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
chahinebrini 2026-05-07 23:16:15 +02:00
parent fb97cda63d
commit d940cb7f0f

View File

@ -188,6 +188,13 @@ export default function ProfileScreen() {
}}
/>
{/* TEMP DEBUG-MARKER nach ProfileHeader — wenn sichtbar: ProfileHeader voll rendered, Rest wird unterdrückt */}
<View style={{ backgroundColor: '#ff00ff', padding: 16, marginHorizontal: 8, borderRadius: 8 }}>
<Text style={{ color: '#ffffff', fontFamily: 'Nunito_700Bold', fontSize: 14, textAlign: 'center' }}>
DEBUG-AFTER-PROFILE-HEADER 2311
</Text>
</View>
<View
style={{
height: 1,