Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

283
Visualizações
How to make QRCode Scanner Camera full screen

can someone help me to make my QR Scanner full screen, here my code :

const App = () => {
  const [scan,setScan] = useState(false)

  const SCREEN_HEIGHT = Dimensions.get('window').height
  return !scan ? (
    <View style={styles.falsecontainer}>
      <Pressable onPress={()=>setScan(true)}>
        <Text style={styles.startButton}>Start Scan</Text>
      </Pressable>
    </View>
  ):(
    <View style={styles.truecontainer}>
      <QRCodeScanner
      cameraStyle={[{height:SCREEN_HEIGHT}]}

      />
    </View>
  )
}

enter image description hereresult of my code,

Thanks for helping me

I tried many ways to make my QR code scanner fullscreen, but i didn't work, please help me

about 4 years ago · Juan Pablo Isaza
1 Respostas
Responde à pergunta

0

Might be something wrong with the styles (truecontainer) you have given.

below code renders the camera in fullscreen mode.

<View style={{ flex: 1, backgroundColor: 'red' }}>
    <QRCodeScanner
       cameraStyle={{ height: height, width: width }}
    />
</View>
about 4 years ago · Juan Pablo Isaza Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda