Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Shoutem UI NavigationBar を使用すると、後のコンテンツはナビゲーションバーの上にあります。どうすれば下に移動できますか?
現在、このパターンが最良の選択肢のようです
<Screen style={{ paddingTop: 70 }} > <NavigationBar centerComponent={<Title>Title</Title>} /> <Title>Content now below NavigationBar</Title> </Screen>