-
Notifications
You must be signed in to change notification settings - Fork 346
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
very long image, ViewShot capture a blank image #265
Comments
Same issue in ios device |
I imagine we are reaching the limit of the phone / ios capabilities regarding image. it would be great if we could show the problem in the example project. |
@gre Thanks. I have told users not to use such long pictures |
Add "useRenderInContext" In options, it works, try it; |
TypeScript: useRenderincontext does not exist in CaptureOptions |
@471595249 When I use |
bug report
I want to capture a 9292 pixel height view, finally it is a blank. But if i change my code from 9292 to 4646. ViewShot works right.
And this is on the mobile phone , the simulator works but the captured image is blurry.
The origin image is 9292 pixel height , 750 pixel width.
Version
IOS 10
"react": "16.0.0-alpha.12",
"react-native": "0.48.4",
"react-native-view-shot": "2.4.0",
Platform: iOS , iPhone 6/6s/SE/X
Expected behavior
Actual behavior
Steps to reproduce the behavior
The text was updated successfully, but these errors were encountered: