ordering-ui-react-native 0.14.53 → 0.14.54

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.14.53",
3
+ "version": "0.14.54",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -212,7 +212,9 @@ export const ProductOptionsUI = (props: any) => {
212
212
  }
213
213
 
214
214
  const handleRedirectLogin = () => {
215
- navigation.navigate('Login');
215
+ navigation.navigate('Login', {
216
+ store_slug: props.businessSlug
217
+ });
216
218
  };
217
219
 
218
220
  const handleSwitchQtyUnit = (val: string) => {