React-Native Button style not work

前端 未结 9 1094
傲寒
傲寒 2020-12-24 10:33

Import_this

import {AppRegistry, Text, View, Button, StyleSheet} from \'react-native\';

This my

9条回答
  •  星月不相逢
    2020-12-24 10:40

    We can use buttonStyle prop now.
    https://react-native-training.github.io/react-native-elements/docs/button.html#buttonstyle

提交回复
热议问题