Where to put images in a react-native project?

前端 未结 3 1551
天涯浪人
天涯浪人 2020-12-25 12:22

I am working on a react-native project and we are putting images currently in /images/ folder. Is it a good path for them ? Is there any best practice?

3条回答
  •  南笙
    南笙 (楼主)
    2020-12-25 13:00

    To add a static image to your app, place it somewhere in your source code tree and reference it like this:

    
    

    please see the below link for more explanation:

    https://facebook.github.io/react-native/docs/images.html

提交回复
热议问题