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

ERROR TypeError: null is not an object (evaluating 'IFKExtractedImagesCache.clean') #143

Open
sidShubham116 opened this issue Apr 17, 2023 · 5 comments

Comments

@sidShubham116
Copy link

i am getting error ERROR TypeError: null is not an object (evaluating 'IFKExtractedImagesCache.clean'),build is successful but simulator displays this error; any solutions?

@tomhopkins
Copy link

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

@enigosi
Copy link

enigosi commented Jan 3, 2024

Same problem

@dammyluup
Copy link

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

@tomhopkins where you able to resolve this. ?

@tomhopkins
Copy link

tomhopkins commented Feb 19, 2024

I was but I’m afraid it’s quite a while ago and I’m not 100% sure how.

@tomhopkins
Copy link

@dammyluup.

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?

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

4 participants