ordering-ui-react-native 0.23.52 → 0.23.53

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.23.52",
3
+ "version": "0.23.53",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -476,15 +476,6 @@ const CheckoutUI = (props: any) => {
476
476
  }
477
477
  }, [cartState?.error, cartState?.cart, cartState?.loading, isFocused])
478
478
 
479
- useEffect(() => {
480
- const keyboardDidShowListener = Keyboard.addListener('keyboardDidShow', () => {
481
- containerRef?.current?.scrollToEnd && containerRef.current.scrollToEnd({ animated: true })
482
- })
483
- return () => {
484
- keyboardDidShowListener.remove()
485
- }
486
- }, [])
487
-
488
479
  useEffect(() => {
489
480
  const onBackFunction = () => {
490
481
  if (webviewPaymethod?.gateway === 'paypal' && showGateway.open) {