Woocommerce API per_page max limit in react native
I am building an ecommerce mobile app with react native and woocommerce and i an facing this issue.. per_page doesn't work This is the code import WooCommerceAPI from 'react-native-woocommerce-api'; const WooCommerce = new WooCommerceAPI({ url: 'http://example.com/', // Your store URL…