react-native-pdf
react-native-pdf copied to clipboard
Can not render Signature (Annotation) on Android
"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
But on Android, I can not see the signature
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
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.
hi @dule-vikki Have you fixed this bug yet? I'm having the same issue as you