xcarpentier / rn-pdf-reader-js

📄 PDF reader in JavaScript only for Expo - Android & iOS capable
MIT License
388 stars 164 forks source link

How remove + - zoom buttons? #133

Closed majidv closed 3 years ago

majidv commented 3 years ago

Issue Description

How remove + - zoom buttons?

Expected Results

No + - zoom buttons

Alexsandrogms commented 3 years ago

Descrição da questão

Como remover + - botões de zoom?

Resultados esperados

Não + - botões de zoom

An alternative to remove the buttons

<PDFReader 
  source={{...}}
  customStyle={{
    readerContainerZoomContainerButton: {
       display: 'none',
   },
  }}
/>
stale[bot] commented 3 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.