iyegoroff / react-native-image-filter-kit

Various image filters for iOS & Android
MIT License
317 stars 42 forks source link

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

Open sidShubham116 opened 1 year ago

sidShubham116 commented 1 year ago

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 commented 1 year ago

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 commented 8 months ago

Same problem

dammyluup commented 6 months ago

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 commented 6 months ago

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

tomhopkins commented 6 months ago

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