0

Shoutem UI NavigationBar を使用すると、後のコンテンツはナビゲーションバーの上にあります。どうすれば下に移動できますか?

4

2 に答える 2

0

現在、このパターンが最良の選択肢のようです

<Screen
                style={{ paddingTop: 70 }}
            >
                <NavigationBar
                    centerComponent={<Title>Title</Title>}
                />
                <Title>Content now below NavigationBar</Title>
            </Screen>
于 2018-02-15T12:12:48.107 に答える