ordering-ui-react-native 0.14.65 → 0.14.66

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.65",
3
+ "version": "0.14.66",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -2,7 +2,7 @@ import React, { useState, useEffect } from 'react'
2
2
  import {
3
3
  useUtils,
4
4
  useLanguage,
5
- ProductOptionSuboption as ProductSubOptionController,
5
+ ProductOptionSuboption as ProductSubOptionController
6
6
  } from 'ordering-components/native'
7
7
  import { useTheme } from 'styled-components/native';
8
8
  import { StyleSheet } from 'react-native'
@@ -139,7 +139,8 @@ const styles = StyleSheet.create({
139
139
  export const ProductOptionSubOption = (props: any) => {
140
140
  const productOptionSubOptionProps = {
141
141
  ...props,
142
- UIComponent: ProductOptionSubOptionUI
142
+ UIComponent: ProductOptionSubOptionUI,
143
+ isOrigin: true
143
144
  }
144
145
 
145
146
  return (