📅  最后修改于: 2022-03-11 15:01:23.658000             🧑  作者: Mango
render() {
let image = this.props.requireSource;
const { width, height } = Image.resolveAssetSource(image);
const ratio = height / width;
const SCREEN_WIDTH = Dimensions.get('window').width;
return (
);
}