JimmyDaddy / react-native-image-marker

🙈Adding text or icon watermark to your image using React Native👀👀
https://jimmydaddy.github.io/react-native-image-marker/
MIT License
316 stars 93 forks source link

Unable to find getSignatureValue(path); #221

Closed hrituraj-hr closed 7 months ago

hrituraj-hr commented 7 months ago

Describe the bug Since I have the error with the returned image path as /data/user/0/filename.jpg.

Expected behavior But i want change the file path to file:////data/user/0/filename.jpg.

Devlopment environment(please complete the following information):

"react-native": "0.73.4",
"react-native-image-marker": "^1.2.6",

Smartphone (please complete the following information):

hrituraj-hr commented 7 months ago

It is working for me

<Image source={{ uri :`file://${newImageUri}` }} style={styles.image} />