React Native Image 无法解析模块

React Native Image Unable to resolve module

无法从 "App.js" 解析“./assets/images/hamburger@2x.png” 如何解决这个问题?

代码:

错误信息:

我修正了。文件名是 hamburger@2x 到 hamburger-2x 工作

只需要像这样的图像 没有 @2x

require("./assets/images/hamburger.png")