circle outline for fontAwesome icons in react native

前端 未结 3 1640
谎友^
谎友^ 2021-01-28 03:16

I want to use the fontAwesome + icon such that it is in the middle of a circle. I want to use it as one icon item. I read that we can use it along with the circle icon and place

3条回答
  •  攒了一身酷
    2021-01-28 03:40

    import IconFA from 'react-native-vector-icons/FontAwesome';
    
    
      
        
    
    

    I am new to ReactNative, but above snippet should work in your case

    Snack Expo

提交回复
热议问题