react-native-airbnb-clone
react-native-airbnb-clone copied to clipboard
error: bundling failed: Error: While resolving module `react-native-vector-icons/FontAwesome`
If you're getting the following error:
error: bundling failed: Error: While resolving module
react-native-vector-icons/FontAwesome
, the Haste packagereact-native-vector-icons
was found. However the moduleFontAwesome
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: https://github.com/oblador/react-native-vector-icons/issues/626
It's an RN issue https://github.com/facebook/react-native/issues/17610
Will be fixed by https://github.com/facebook/react-native/pull/17672
Workaround https://github.com/oblador/react-native-vector-icons/issues/626#issuecomment-362386341
import {Ionicons} from '@expo/vector-icons' this might help