Image コンポーネントに padding: 30 を直接設定していたため、 RN 0.76+ の新アーキテクチャでコンテンツ領域がゼロになり画像が非表示になっていた。 padding を持つ wrapper View に移動し、Image サイズを 50x50 から 80x80 に拡大。 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Image コンポーネントに padding: 30 を直接設定していたため、 RN 0.76+ の新アーキテクチャでコンテンツ領域がゼロになり画像が非表示になっていた。 padding を持つ wrapper View に移動し、Image サイズを 50x50 から 80x80 に拡大。 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>