react-native-image-filter-kit
react-native-image-filter-kit copied to clipboard
ERROR TypeError: null is not an object (evaluating 'IFKExtractedImagesCache.clean')
i am getting error ERROR TypeError: null is not an object (evaluating 'IFKExtractedImagesCache.clean'),build is successful but simulator displays this error; any solutions?
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
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. ?
I was but I’m afraid it’s quite a while ago and I’m not 100% sure how.
@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?