0

反応ネイティブ ライブラリを使用してボタン テキストの色を変更するにはどうすればよいですか?

以下のコードで試してみました。

    // styles
    button:
    {
        marginTop: 15,
        marginLeft: lrMargin,
        marginRight: lrMargin,
        color: 'white'
    }

                    <Button 
                        style={styles.button} 
                        status='basic'
                        color="red"
                        textColor="red"
                    >

                        LOGIN

                    </Button>
4

1 に答える 1