Skip to content

Crash with width: '100%', height: '100%' #1

Closed
@lukasa1993

Description

@lukasa1993
  • How did you link to the library (autolinking, manual, rn link, cocoapods)?
    • autolinking
  • What version of React Native?
    • 0.71.4
  • What version of the library?
    • 1.0.2
  • iOS/Android version?
    • IOS 16.2
  • Did the problem happen after updating React Native?
    • no
  • Are you using the library for the first time?
    • yes
  • It's a bug? Provide a link to a minimal reproduction case.
<PdfRendererView
      source={value}
      style={{borderRadius: 30, width: '100%', height: '100%'}}
    />

crashes with style width: '100%', height: '100%'
borderRadius,backgroundColor are ignored as well if singlePage={false}

0   yliyo                      	       0x102fcc7a8 -[RNPdfRendererModule handlePageChange:] + 512 (RNPdfRendererModule.m:55)
1   yliyo                      	       0x102fcc79c -[RNPdfRendererModule handlePageChange:] + 500 (RNPdfRendererModule.m:55)

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions