@jobber/components-native 0.80.1-upgrade-to-2887450.21 → 0.80.1-upgrade-to-2c02d1f.23

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/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components-native",
3
- "version": "0.80.1-upgrade-to-2887450.21+28874506",
3
+ "version": "0.80.1-upgrade-to-2c02d1f.23+2c02d1fc",
4
4
  "license": "MIT",
5
5
  "description": "React Native implementation of Atlantis",
6
6
  "repository": {
@@ -70,7 +70,7 @@
70
70
  "date-fns-tz": "^2.0.0",
71
71
  "react": "^18.2.0",
72
72
  "react-intl": "^6.4.2",
73
- "react-native": ">=0.69.2",
73
+ "react-native": ">=0.77.0",
74
74
  "react-native-gesture-handler": ">=2.10.0",
75
75
  "react-native-keyboard-aware-scroll-view": "^0.9.5",
76
76
  "react-native-modal-datetime-picker": " >=13.0.0",
@@ -80,5 +80,5 @@
80
80
  "react-native-safe-area-context": "^4.5.2",
81
81
  "react-native-svg": ">=12.0.0"
82
82
  },
83
- "gitHead": "288745068c78774ec580f968bb469a5b1790ce46"
83
+ "gitHead": "2c02d1fc6bffcecd659c2b0bdc58a22670c43548"
84
84
  }
@@ -102,7 +102,7 @@ function InternalForm({ children, onBeforeSubmit, onSubmit, onSubmitError, onSub
102
102
  setMessageBannerHeight(event.nativeEvent.layout.height);
103
103
  };
104
104
  const styles = useStyles();
105
- // Comment to trigger build once more and again
105
+ // Comment to trigger build once more and again and again
106
106
  return (React.createElement(FormProvider, Object.assign({}, formMethods),
107
107
  React.createElement(React.Fragment, null,
108
108
  (isSubmitting || isSecondaryActionLoading) && React.createElement(FormMask, null),