Boa noite,
Estou tentando ajustar a imagem no meu Galaxy S20 Plus... porém ao utilizar o calculo mencionado a imagen não fica certinha como a imagem da aula...
import React from "react"; import { Image, StyleSheet, Dimensions, Text } from 'react-native';
import topo from '../../assets/topo.png';
const width = Dimensions.get('screen').width;
export default function Cesta() { return <> Detalhe da cesta </> }
const estilos = StyleSheet.create({ topo: { whidth: "100%", height: 578 / 768 * width, }, titulo: { whidth: "100%", position: "absolute", textAlign: "center", }
});