Closed jigs611989 closed 4 years ago
duplicate of #107
It seems like the author of #107 has changed the purpose of the issue, so I'll reopen this one.
:tada: This issue has been resolved in version 0.7.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
$ destiny ./src
INFO: Generating tree for: ./src ERROR: Cannot find import ./Img/sam.png
Actually, the files are sam@1x.png, sam@2x.png, sam@3x.png but we just have to use it as require('./Img/sam.png')
For Example
<Image source={require('./img/check.png')} />
For detail check Images - React Native