ordering-ui-react-native 0.17.90-release → 0.17.91-release

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ordering-ui-react-native",
3
- "version": "0.17.90-release",
3
+ "version": "0.17.91-release",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -710,6 +710,7 @@ export const BusinessProductsListing = (props: BusinessProductsListingParams) =>
710
710
  ...props,
711
711
  isForceSearch: Platform.OS === 'ios',
712
712
  isApp: true,
713
+ isFetchAllProducts: true,
713
714
  UIComponent: BusinessProductsListingUI
714
715
  }
715
716
  return (