react-native-image-filter-kit icon indicating copy to clipboard operation
react-native-image-filter-kit copied to clipboard

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

Open sidShubham116 opened this issue 1 year ago • 5 comments

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

sidShubham116 avatar Apr 17 '23 06:04 sidShubham116

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 avatar Apr 22 '23 06:04 tomhopkins

Same problem

enigosi avatar Jan 03 '24 13:01 enigosi

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. ?

dammyluup avatar Feb 19 '24 16:02 dammyluup

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

tomhopkins avatar Feb 19 '24 17:02 tomhopkins

@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?

tomhopkins avatar Feb 19 '24 20:02 tomhopkins