Closed RyGuyM closed 9 years ago
It looks like this was a problem with my webpack config. Previously I had a loader set up to handle react-native-vector-icons packager. I dropped that loader and just whitelisted that node module and it seemed to resolve the issue.
I just upgraded my React Native version to 0.13.2 and my React Native Webpack Server version to 0.8.0. Everything seems fine other than I'm getting the error above and a white screen in simulator.
I'm not using hot module replacement so I thought it should work fine. Any ideas?