Development/ReactNative

[study] reactNative fontAwsome 사용법

mefd 2024. 2. 2. 08:46
728x90

<-- 설치 -->

 npm i --save @fortawesome/react-native-fontawesome @fortawesome/fontawesome-svg-core react-native-svg

 

cd ios && pod install

 

<-- 사용할 icon -->

npm i --save @fortawesome/free-solid-svg-icons

npm i --save @fortawesome/free-brands-svg-icons

npm i --save @fortawesome/free-regular-svg-icons


 

 

728x90