ordering-ui-react-native 0.22.48 → 0.22.50

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.22.48",
3
+ "version": "0.22.50",
4
4
  "description": "Reusable components made in react native",
5
5
  "main": "src/index.tsx",
6
6
  "author": "ordering.inc",
@@ -67,7 +67,7 @@ const SoundPlayerComponent = (props: any) => {
67
67
  setIsEnabledReadStorage(true)
68
68
  }
69
69
  }
70
- checkSoundMedia()
70
+ // checkSoundMedia()
71
71
 
72
72
  }, [])
73
73
  return (
@@ -528,6 +528,8 @@ const BusinessPreorderUI = (props: BusinessPreorderParams) => {
528
528
  <OButton
529
529
  text={t('GO_TO_MENU', 'Go to menu')}
530
530
  textStyle={{ color: 'white' }}
531
+ bgColor={theme.colors.primary}
532
+ borderColor={theme.colors.primary}
531
533
  style={{ borderRadius: 7.6, marginBottom: 20, marginTop: 30 }}
532
534
  onClick={() => handleClickBusiness()}
533
535
  isDisabled={isAsap || !(dateSelected && timeSelected)}