0

そのテキスト内にテキストビューの円形状ビューを描画しようとしています。

Androidでは動いていますが、iOSではうまく動きません。テキストがビューの上部に来ています。

      <Text style={styles.na}> NA </Text>

styles


 na: {
    width: 60,
    height: 60,
    borderRadius: 60 / 2,
    backgroundColor: 'orange',
    alignItems: 'center',
    textAlign: 'center',
    fontWeight: 'bold',
    color: 'white',
    fontSize: 15,
    textAlignVertical: 'center',
    marginRight: 10,
    overflow: 'hidden',
  },

助言がありますか?

ここに画像の説明を入力

4

2 に答える 2