I have just installed React Native vector icons with this comand:
npm install react-native-vector-icons
But if I use it in the index.androi
You can use :
icon = {"<"Icon name='lock'/>}
Or :
icon = {{ type:'font-awesome',name:'lock'}}
in any React native componant property.