What react-native version are you using?
0.71.4
What react-native-pdf version are you using?
0.71.4
What platform does your issue occur on? (android/ios/both)
both
Show us the code you are using?
<Pdf
source={source}
spacing={1}
fitPolicy={2}
enablePaging={false}
trustAllCerts={false}
scale={1}
style={{flex: 1}}
renderActivityIndicator={renderActivityIndicator}
onError={onError}
onPressLink={onPressLink}
/>
first download from uri is rendered correctly,
after that, when get file form cache, starting page is little bit scrolled up.
This issue #213 happens again in v0.71.4
What
react-native
version are you using? 0.71.4 Whatreact-native-pdf
version are you using? 0.71.4 What platform does your issue occur on? (android/ios/both) bothShow us the code you are using? <Pdf source={source} spacing={1} fitPolicy={2} enablePaging={false} trustAllCerts={false} scale={1} style={{flex: 1}} renderActivityIndicator={renderActivityIndicator} onError={onError} onPressLink={onPressLink} />
first download from uri is rendered correctly, after that, when get file form cache, starting page is little bit scrolled up. This issue #213 happens again in v0.71.4