If you're getting the following error:
error: bundling failed: Error: While resolving module react-native-vector-icons/FontAwesome, the Haste package react-native-vector-icons was found. However the module FontAwesome could not be found within the package. Indeed, none of these files exist:
the following command should fix it:
rm ./node_modules/react-native/local-cli/core/__fixtures__/files/package.json
Source: oblador/react-native-vector-icons#626