React-Native Button style not work

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

Import_this

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

This my

9条回答
  •  温柔的废话
    2020-12-24 10:47

    If you do not want to create your own button component, a quick and dirty solution is to wrap the button in a view, which allows you to at least apply layout styling.

    For example this would create a row of buttons:

    
        
            
        
        
            
        
    
    

提交回复
热议问题