React Native Woocommerce REST API throws error on localhost
I am using the Woocommerce REST API library @woocommerce/woocommerce-rest-api in my React native e-commerce app. I have also tried out the library https://github.com/JamesUgbanu/react-native-woocommerce-api. I am testing this on localhost:8080. In AndroidManifest.xml, the android:usesCleartextTraffic attribute is set to "true". Both the…