标签: android ios react-native
React Native的最佳解决方案是什么?图像文件与js文件一起或作为具有各种解析的资源(Android上的res dir)?
答案 0 :(得分:1)
我认为从组织的角度来看,最好将它们与源代码(即js文件)一起使用,然后使用require('image/name.png')来包含它们。
require('image/name.png')