Browse (iOS theme only)
The Browse page is a special iOS page that offers default search functionality (with barcode scanner) and category list.
How to customize
Section titled “How to customize”Portals
Section titled “Portals”Main portals available on Browse page are listed on Browse portals reference page
How to link
Section titled “How to link”import React from 'react';import { Link } from '@shopgate/engage/components';
const Component = () => ( <Link href="/browse">Open browse page</Link>);
export default Component;
