Icon
Expo Icon網址
-
搜尋您想要的icon (請注意Library名稱)
-
打開使用icon的screen或component,加入該Library
import{ Feather } from '@expo/vector-icons';
const SearchBar = () => {
return ({
<View>
<Feather name="search" />
</View>
});
}
搜尋您想要的icon (請注意Library名稱)
打開使用icon的screen或component,加入該Library
import{ Feather } from '@expo/vector-icons';
const SearchBar = () => {
return ({
<View>
<Feather name="search" />
</View>
});
}