Open allandallopez opened 1 year ago
What react-native version are you using? 0.71.8
react-native
What react-native-pdf version are you using? 6.7.1
react-native-pdf
What platform does your issue occur on? both
Describe your issue as precisely as possible : 1) Show PDF file from base 64 source
Join a screenshot or video of the problem on the simulator or device?
Show us the code you are using?
<Pdf enablePaging={true} page={selectedPage} source={source} onLoadComplete={(numberOfPages, filePath) => { setListPage(numberOfPages); }} onPageChanged={(page, numberOfPages) => { setSelectedPage(page); }} onError={(error) => { console.log('Error :', error); }} onLoadProgress={onLoadProgress} onPressLink={onPressLink} style={{ flex: 1, width: maxWidth, height: maxHeight, }} />
What
react-native
version are you using? 0.71.8What
react-native-pdf
version are you using? 6.7.1What platform does your issue occur on? both
Describe your issue as precisely as possible : 1) Show PDF file from base 64 source
Join a screenshot or video of the problem on the simulator or device?
Show us the code you are using?