Try:
if (Platform.OS === "android") { audio.shouldCorrectPitch = true; audio.setPlaybackRate(rate); } else { audio.setPlaybackRate(rate, "high"); }
Credit to neiker: https://github.com/expo/expo/issues/37025#issuecomment-3027988621