Skip to content
Advertisement

Tag: react-native

React Native – Image Require Module using Dynamic Names

I’m currently building a test app using React Native. The Image module thus far has been working fine. For example, if I had an image named avatar, the below code snippet works fine. But if I change it to a dynamic string, I get I get the error: Requiring unknown module “image!avatar”. If you are sure the module is there,

Advertisement