Closed ccfiel closed 5 years ago
It sounds like you're experiencing this issue https://github.com/oblador/react-native-vector-icons/issues/626. You can work around it (I had success with the postinstall workaround mentioned in that issue) or upgrade React Native to a newer version which has the fix (I'm guessing v0.54.x+).
"postinstall": "rimraf ./node_modules/react-native/local-cli/core/__fixtures__/files/package.json # workaround for RN v0.52.0, using rimraf for windows compataibilty",
This is now fixed in master thanks to the React Native upgrade in #195