DoSomethingArchive / LetsDoThis-iOS

:iphone: iOS source code for DoSomething: Take Action on the News
http://app.dosomething.org
MIT License
2 stars 0 forks source link

Error packaging image assets #851

Open aaronschachter opened 8 years ago

aaronschachter commented 8 years ago

Attempting to add a newly added image breaks the build:

Unable to resolve module image!Fail Icon from /Users/aschachter/Development/LetsDoThis-iOS/ReactComponents/NetworkErrorView.js: Invalid directory /Users/node_modules/image!Fail Icon

Sounds a lot like https://github.com/facebook/react-native/issues/4968

which node: /Users/aschachter/.nvm/versions/node/v5.5.0/bin/node

react-native --version: react-native-cli: 0.1.10 react-native: 0.19.0

aaronschachter commented 8 years ago

Workaround for this issue has been to just specify the filename as the uri within React Native.