-
Notifications
You must be signed in to change notification settings - Fork 108
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
Unreported exception error IOException; it must be caught or declared to be thrown. "retriever.release()" #96
Comments
I have the same problem. |
The easiest way to fix until prs are approved is to use patch-package to add those two errors in java like:
|
try { |
@souvik-ghosh Same problem here, preventing us running a new build. "react-native": "0.72.1" Tried '2.0.0-rc.2' but no luck there either. |
@souvik-ghosh Same here with: "react-native": "0.71.7" |
this solved for me |
Duplicate of #76 |
Describe the bug
To Reproduce
1.add dependency
2.run
Version
react-native-create-thumbnail
1.6.4Expected Results
no exception
Snack, code example, screenshot, or link to a repository
The text was updated successfully, but these errors were encountered: