Skip to content
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

Unable to resize image. Most likely due to not enough memory. #235

Closed
hossein-zare opened this issue May 12, 2020 · 2 comments
Closed

Unable to resize image. Most likely due to not enough memory. #235

hossein-zare opened this issue May 12, 2020 · 2 comments

Comments

@hossein-zare
Copy link

I'm getting this error on both the emulator and android phones.

Unable to resize image. Most likely due to not enough memory.
@hossein-zare
Copy link
Author

For those who face this annoying error.
in android/app/src/main/AndroidManifest.xml add android:largeHeap="true" to the application tag.

<application
      ...
      android:largeHeap="true"
      ...
>

@PierreCapo
Copy link
Contributor

Thanks for making the follow-up and posting the response @hossein-zare ❤️ . Will help people that look for the issue you had

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants