📅  最后修改于: 2023-12-03 15:31:21.431000             🧑  作者: Mango
icomoon react native is a popular set of icon libraries that can be used in your React Native and JavaScript projects. It is very flexible and easy-to-use, allowing developers to create amazing UI elements with just a few lines of code.
npm install icomoon-react-native --save
import Icon from "icomoon-react-native";
const App = () => {
return (
<View>
<Icon name="example-icon" size={30} color="#900" />
</View>
);
};
<Icon name="example-icon" size={30} color="#900" style={{ backgroundColor: 'white' }} />
icomoon react native is a valuable tool for any developer looking to add icons to their React Native and JavaScript projects. With easy customization options and a wide range of assets to choose from, icomoon react native is a must-have for any UI designer or developer.