We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React Native Vector Icons allow users to retrieve the source of the icon.
Goal of this issue is to add new example & section in docs to outline how to use React native vector icons:
import Icon from 'react-native-vector-icons/Ionicons'; const navIcon = Icon.getImageSourceSync('md-arrow-back', 24, 'white'); const overflowIcon = Icon.getImageSourceSync('md-more', 24, 'white'); const settingsIcon = Icon.getImageSourceSync('md-settings', 30, 'white'); const twitterIcon = Icon.getImageSourceSync('logo-twitter', 25, '#4099FF');
The text was updated successfully, but these errors were encountered:
How can I use @expo/vector-icons?
Sorry, something went wrong.
@fredrikburmester since @expo/vector-icons doesn't expose getImageSourceSync, it doesn't seem to be possible to use.
@expo/vector-icons
getImageSourceSync
Successfully merging a pull request may close this issue.
React Native Vector Icons allow users to retrieve the source of the icon.
Goal of this issue is to add new example & section in docs to outline how to use React native vector icons:
The text was updated successfully, but these errors were encountered: