Skip to content
New issue

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

How to specify Icon set for Android? #12

Closed
EllisShen opened this issue May 7, 2016 · 4 comments
Closed

How to specify Icon set for Android? #12

EllisShen opened this issue May 7, 2016 · 4 comments

Comments

@EllisShen
Copy link

As title, all sample in the document is using prefix "ios" <Icon name="ios-refresh" />, I don't know if there's a specific requirement to use Icon on android platform. After a brief test, the Icon shown on Android platform seems not looking good, too small. I assume that there's a different naming syntax for Android platform. Any thought?

@sankhadeeproy007
Copy link
Contributor

You can use Android icons from Ionicions
http://ionicons.com/
Alternatively you can also use other icon types as defined in
https://github.com/oblador/react-native-vector-icons

@s2t2
Copy link

s2t2 commented Jul 26, 2016

@EllisShen you can use material-design icons from Ionicons by specifying the md- prefix:

<Icon name="md-refresh"/>

Check http://ionicframework.com/docs/v2/ionicons/ and click on the icon you want to use to unveil a modal which tells you the name of the icon.

@mpaleo
Copy link

mpaleo commented Dec 16, 2016

How can i use icons from react-native-vector-icons/MaterialIcons by Google ?

@iiitmahesh
Copy link

@sankhadeeproy007 @s2t2 How to add custom font icons to native base or react native vector icons icon set??

shivrajkumar pushed a commit that referenced this issue Jun 5, 2017
hblab-luunv added a commit to hblab-luunv/NativeBase that referenced this issue Jun 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants