🌝Coding/🌟React-Native

[React Native] icon 사용

뿌야._. 2021. 7. 20. 14:00

icon

import {Ionicons} from "@expo/vector-icons";
return <Ionicons name="이름이름" size={} color="" />

 

아이콘 종류는 "@expo/vector-icons" 검색하면 페이지 나옴

'🌝Coding > 🌟React-Native' 카테고리의 다른 글

[React Native] Bottom Bar & Transfer page_ navigation v5  (0) 2021.07.21
[React Native] props  (0) 2021.07.16
[React Native] LOGIC & API  (0) 2021.07.13
[React Native] INTRODUCTION & Setting  (0) 2021.07.12