ordering-ui-react-native 0.16.2-release → 0.16.3-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
|
@@ -537,6 +537,7 @@ const BusinessProductsListingUI = (props: BusinessProductsListingParams) => {
|
|
|
537
537
|
export const BusinessProductsListing = (props: BusinessProductsListingParams) => {
|
|
538
538
|
const businessProductslistingProps = {
|
|
539
539
|
...props,
|
|
540
|
+
isForceSearch: Platform.OS === 'ios',
|
|
540
541
|
UIComponent: BusinessProductsListingUI
|
|
541
542
|
}
|
|
542
543
|
return (
|