Closed
Description
- 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)