react-native-pdf icon indicating copy to clipboard operation
react-native-pdf copied to clipboard

Can not render Signature (Annotation) on Android

Open dule-vikki opened this issue 7 months ago • 2 comments

"react-native-pdf": "6.7.6"
"react-native": "0.76.9",

newArchEnabled=true

I enabled new architecture flag with above configs on both iOS and Android platforms.

On iOS, can render the signature Image

But on Android, I can not see the signature Image

Code

<Pdf
        style={styles.pdf}
        trustAllCerts={false}
        source={source}
        enableAnnotationRendering={true}
        onLoadComplete={onLoadComplete}
        renderActivityIndicator={() => <View />}
      />

The signature is very important for my app. Do we have any solution or workaround for issue? Thanks

dule-vikki avatar May 20 '25 03:05 dule-vikki

I just tested again in Android and I can see the signature, but the color is wrong (it is blue, but correct is red) Pls help.

Image

dule-vikki avatar May 22 '25 09:05 dule-vikki

hi @dule-vikki Have you fixed this bug yet? I'm having the same issue as you

SilverPham08091998 avatar Jul 02 '25 10:07 SilverPham08091998