-
Notifications
You must be signed in to change notification settings - Fork 453
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
localSourceImage not working #149
Comments
filename: filename, directory: RNFS.DocumentDirectoryPath , mode: 'AspectFit' |
@keung7251 have you solved localSourceImage issue? |
@yestay90 The typing of LocalSourceImage is wrong. Instead of |
@yestay90 not yet |
Using this worked for me, thanks @xyshirly
However, for some reason the image appears to be rotated 90 degrees counter-clockwise. Has anybody else seen this? *Edit: Have confirmed, the changes made in this PR did fix the issue described above. |
@jahorwitz , I am having problem when taking picture of text and setting it as localSouceImage. It is getting blur? DO you have such bug? |
What happened with the rotation bug? |
localSourceImage not working
let path = RNFS.DocumentDirectoryPath + images.filename;
RNFS.writeFile(path, images.filename, 'utf8')
.then((success) => {
console.log('success', success);
The text was updated successfully, but these errors were encountered: