-
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
ERROR TypeError: null is not an object (evaluating 'IFKExtractedImagesCache.clean') #143
Comments
I'm having a similar issue issue when trying to add in an expo project: TypeError: Cannot read property 'clean' of null, js engine: hermes And this specifically occurs in extracted-images-cache.ts in line 5 export const cleanExtractedImagesCache = IFKExtractedImagesCache.clean TypeError: Cannot read property 'clean' of null, js engine: hermes |
Same problem |
@tomhopkins where you able to resolve this. ? |
I was but I’m afraid it’s quite a while ago and I’m not 100% sure how. |
I’d suggest making sure you’ve done pod install in IOS folder and recompiling. You could also have a look at my repro if you’d like? |
i am getting error ERROR TypeError: null is not an object (evaluating 'IFKExtractedImagesCache.clean'),build is successful but simulator displays this error; any solutions?
The text was updated successfully, but these errors were encountered: