in react-native version 0.44,the code below runs well
require('./img/tabbar/[email protected]')
but when i update react-native to version 0.46.4, the code runs error.
the error msg shows:
bundling failed: "Unable to resolve module ./img/tabbar/[email protected] from F:\code\react-native\meituanCopy\src\RootScene.js: could not resolve `F:\code\react-native\meituanCopy\src\img\tabbar\[email protected]' as a folder: it did not contain a package, nor an index file"