Henry Moule

Results 11 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.

I fixed this issue by making sure the defaultConfig values where the same as they are in my app build.gradle, my build.gradle in react-native-geocoder/android/build.gradle looks like this: ``` defaultConfig {...

@Skipperlla @enestatli Is this being addressed? I can confirm I am experiencing this issue on android as well, iOS is fine

> I tried both upgrading my existing project and a new one using the below command, but in both cases, I ended up with the same error (see below). I'll...