Using: "react-native-vector-icons": "^3.0.0", "react-native": "0.33.0",
After running npm install I am getting this error screen

I have ran rm -fr $TMPDIR/react-* , npm cache clean , deleted node_modules and I have reinstalled my app on the simulator.
Nothing works.
Any help would be greatly appreciated!
Changing "react-native-vector-icons": "^3.0.0" to "react-native-vector-icons": "^4.0.0" should fix this
thank you!
On Sun, Jan 8, 2017 at 2:20 PM, manguluka notifications@github.com wrote:
Changing "react-native-vector-icons": "^3.0.0" to "react-native-vector-icons":
"^4.0.0" should fix this—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
https://github.com/oblador/react-native-vector-icons/issues/381#issuecomment-271184281,
or mute the thread
https://github.com/notifications/unsubscribe-auth/AGGZYZN2bCTPBaQUkbyDfEFmhIZAFX5Rks5rQWE7gaJpZM4LdlCP
.
Most helpful comment
Changing
"react-native-vector-icons": "^3.0.0"to"react-native-vector-icons": "^4.0.0"should fix this