fetch API not working in Android 9 (API Level 28) #22429
Labels
🌐Networking
Related to a networking API.
Platform: Android
Android applications.
Ran Commands
One of our bots successfully processed a command.
Resolution: Locked
This issue was locked by the bot.
Environment
Environment:
OS: macOS High Sierra 10.13.6
Node: 8.11.2
Yarn: Not Found
npm: 6.1.0
Watchman: Not Found
Xcode: Xcode 9.4 Build version 9F1027a
Android Studio: 3.2 AI-181.5540.7.32.5056338
Packages: (wanted => installed)
react: 16.2.0 => 16.2.0
react-native: ^0.53.3 => 0.53.3
android {
compileSdkVersion 28
buildToolsVersion "27.0.3"
defaultConfig {
applicationId "com.xx.xxx"
minSdkVersion 19
targetSdkVersion 28
versionCode 30308
versionName "3.3.8"
ndk {
abiFilters "armeabi-v7a", "x86"
}
vectorDrawables.useSupportLibrary = false
}
.
.
.
}
Description
When targetSDK is API Level 28 (Android9), fetch() will not work and return Network request failed.
This is not working both Emulator and Actual Device.
The text was updated successfully, but these errors were encountered: