新建商品頁面-NewMerchandise
Icon 元件
import Icon from 'react-native-vector-icons/FontAwesome'
...
<Icon name="plus" size={24} color='#ccc' />Icon.Button 元件
<Icon.Button borderRadius={0} onPress={this.addToCart} name="plus" size={56} /><Icon.Button color="#ccc" style={styles.commentAction} backgroundColor="transparent" name="thumbs-up" size={36} activeOpacity={0.7} onPress={this.onLike} > <Text style={styles.actionText}>給予賣家好評</Text> </Icon.Button>
使用AsyncStorage
實現上傳多張照的UI
使用TextInput 加自製Icon Button 實現簡易加入連結的功能
Last updated