ordering-ui-react-native 0.17.1 → 0.17.2

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.17.1",
3
+ "version": "0.17.2",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -413,6 +413,7 @@ const OrdersOptionUI = (props: OrdersOptionParams) => {
413
413
  scrollRefTab.current?.scrollTo({ animated: true });
414
414
  scrollListRef.current?.scrollTo({ animated: true });
415
415
  scrollRef.current?.scrollTo({ y: 0, animated: true });
416
+ setTags({ values: [] })
416
417
  }, [currentTabSelected])
417
418
 
418
419
  useEffect(() => {