check what version of react-native-vector-icons are you using now。
v4.0.0 is needed to run with React Native >=0.40。
Try run npm list --depth=0 and look for react-native-vector-icons.
update
react-native upgrade
npm i react-native-vector-icons --save
v4.0.0 is needed to run with React Native >=0.40。
Try run npm list --depth=0 and look for react-native-vector-icons.
update
react-native upgrade
npm i react-native-vector-icons --save