React-Native Button style not work

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

Import_this

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

This my

9条回答
  •  执念已碎
    2020-12-24 10:50

    The React Native Button is very limited in what you can do, see; Button

    It does not have a style prop, and you don't set text the "web-way" like but via the title property

提交回复
热议问题