React native image cannot introduce pictures.

problem description

The picture component of

react-native cannot introduce pictures, and there is an error Can"t find variable Image

the environmental background of the problems and what methods you have tried

Baidu searched for a long time but failed to find a solution, and failed to use require to introduce web images.
seems to be unable to load pictures.
bosses help.

related codes

< Image source= {{uri:"icon_tabbar_homepage"}} style= {{width: 40, height: 40}} / >

the location of the picture is under drawable: myproject\ android\ app\ src\ main\ res\ drawable\ icon_tabbar_homepage.png


it's better to put the picture outside, not in the Android directory

<Image source={{uri:require('./icon_tabbar_homepage')}} style={{ width: 40, height: 40 }}/>

actually I don't have import image.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1bf0769-31cf5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1bf0769-31cf5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?