方便后续的优化调整
const XImageView = (props) => { return ( <ImageView {...props} /> ) } const XFlatlist = (props) => { return ( <Flatlist {...props} /> ) }