-
Notifications
You must be signed in to change notification settings - Fork 43
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
OutOfMemory // App crashes on IOS when the filterComponent is rendered #134
Comments
Followed the same implementation and it works fine in development mode, but when building with eas, build fails.
|
@Irfanwani I am not sure if this is exactly the same case, but i had similar issues during the app building. They way to overcome these problems is by executing a pre-install script. Inside package.json:
Pre-install script:
However, in my case, the app crashes on ios when i select an image and the filters are created. It works fine on android. |
@yannisdev I actually found the answer from the expo forums, and the answer is same as you said, but a small change,
As the error shows |
how can we fix this in react native project without expo? |
I am using expo EAS.
While the filters works flawlessly for the Android version of the app, when i tried to load an image with its filters on iOS 16.1, i get the following crash:
When comment out the FilterComponent the app does not crash.
The implementation i followed is the one described here
The text was updated successfully, but these errors were encountered: