ordering-ui-react-native 0.16.90-release → 0.16.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.16.90-release",
3
+ "version": "0.16.91-release",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -420,7 +420,7 @@ const BusinessProductsListingUI = (props: BusinessProductsListingParams) => {
420
420
  <BackgroundGray isIos={Platform.OS === 'ios'} />
421
421
  )}
422
422
  <IOScrollView
423
- stickyHeaderIndices={[business?.professionals?.length > 0 ? 3 : 2]}
423
+ stickyHeaderIndices={[business?.professionals?.length > 0 ? 4 : 3]}
424
424
  style={{
425
425
  ...styles.mainContainer,
426
426
  marginBottom: currentCart?.products?.length > 0 && categoryState.products.length !== 0 ?