Henry Moule

Results 7 comments of Henry Moule

@maxs15 would be good to get this in?

@arundev-kv im using react-native-fs which I think has a similar api and have managed to get it working doing this ```js const uri = `${RNFS.CachesDirectoryPath}/sound.${Platform.OS === 'ios' ? 'm4a' :...

Can confirm I'm on 4.3.0 and seeing the same issue, thank you @fengluoye2012 I will try downgrading to 4.2.0 and see what happens

For me personally I wanted more of a gaussian blur which I achieved with: ```objc - (void)downloadImage:(FFFastImageSource *) source options:(SDWebImageOptions) options context:(SDWebImageContext *)context { __weak typeof(self) weakSelf = self; //...

This fixed the issue for me https://stackoverflow.com/a/66497247/6590549. I had a symlinked version of node that was node longer actually installed via nvm.