如何在React Native中旋转字体真棒图标?

问题描述 投票:0回答:1

在我的React Native应用程序中,我有一个很棒的字体图标。我要旋转它。帮助是p

import React from 'react'
import { View  } from 'react-native';
import Icon from 'react-native-vector-icons/FontAwesome5';

const InfoBox = () => {
    return (
          <View >
            <Icon name={'hand-holding-usd'} size={20}/>
          </View>

    )
}

export default InfoBox;
react-native react-native-android stylesheet font-awesome-5
1个回答
0
投票
© www.soinside.com 2019 - 2024. All rights reserved.