ordering-ui-react-native 0.16.66-release → 0.16.67-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.66-release",
3
+ "version": "0.16.67-release",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -41,7 +41,6 @@ import Animated from 'react-native-reanimated'
41
41
  import { ProfessionalFilter } from '../ProfessionalFilter';
42
42
  import { ServiceForm } from '../ServiceForm';
43
43
  import { BusinessesListing } from '../BusinessesListing/Layout/Original'
44
- import { PageBanner } from '../PageBanner'
45
44
 
46
45
  const PIXELS_TO_SCROLL = 2000
47
46
 
@@ -451,7 +450,6 @@ const BusinessProductsListingUI = (props: BusinessProductsListingParams) => {
451
450
  />
452
451
  </ProfessionalFilterWrapper>
453
452
  )}
454
- <PageBanner position='app_business_page' navigation={navigation} />
455
453
  <View
456
454
  style={{
457
455
  height: 8,