react-nativereact-native-pdf

React native how to create a pdf inside a card?


Can anyone help me to create the above design in react native.

I am using react-native-pdf library but I could not find a way to implement above design.

enter image description here


Solution

  • I think we should not have to load all the PDFs in card lists.

    The proper way should be to use thumbnails of PDF files to show the PDF previews and when the user selects the Card then we can show the PDF Content to the user.

    Here below I will suggest you have a try using the below NPM package which might workaround for your requirement.

    React Native PDF Thumbnail