After trying to upgrade to 0.32.0, I'm getting the following error when I run my project from command-line (i.e. react-native run-ios):
NSArray cannot be converted to an image

The project runs fine when I run it from Xcode.
When I create a new project using RN CLI, I can include images without any errors.
Anyone have any clue on what might be causing this?
Thanks!