問題タブ [react-native-flexbox]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
1696 参照

react-native - React-Native Flexbox - 1 つのアイテムを垂直方向の中央に配置し、他のアイテムを下部に配置します

親ビュー内で、1 つのテキストを垂直方向に中央揃えにし、ビューの下部に別のテキストを配置したいと考えています。残りのスペースの)。

テキストを親ビューに対して垂直方向に中央揃えにするにはどうすればよいですか? 更新: {position: 'absolute', bottom:0} を使用してこれを実行できることは理解していますが、フレックス ボックス ソリューションについて理解したいと考えています。