christopherdro / react-native-html-to-pdf

Convert html strings to PDF documents using React Native
MIT License
434 stars 264 forks source link

in html content conditional statement are not wokring #288

Closed shyammanek closed 1 year ago

shyammanek commented 1 year ago
    {% if ${data.photo} == "" or  ${data.photo}== null %}
             <div><div>
    {% else %}
      <div style="margin-top:15px ">
        <img  src="${data?.photo}" width="620" height="760" />
      </div>
    {% endif %}

i need to display image if user is added or not if user not upload image so i need to display blanck

BraveEvidence commented 1 year ago

This will help https://www.youtube.com/watch?v=4CBUXv8d0I0

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.