React-native-vector-icons: dots-three-vertical icon not working

Created on 25 Jun 2018  路  2Comments  路  Source: oblador/react-native-vector-icons

  1. I added react-native-vector-icons manually to android

import { Icon } from 'react-native-elements'

name='dots-three-vertical' size={30} color="#900" />

am I missing something here or three-dots-vertical icon is called with a different name ?

Most helpful comment

If you use default icon set, which is material icons, then the three-dots-vertical icon should be 'more-vert'.

All 2 comments

If you use default icon set, which is material icons, then the three-dots-vertical icon should be 'more-vert'.

Hey, if you have an issue with react-native-elements, please open an issue with their repo or give me a small reproducible example using only react-native-vector-icons components. Closing for now.

Was this page helpful?
0 / 5 - 0 ratings