@jobber/components-native 0.80.0 → 0.80.1-upgrade-to-628d7fc.9

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.0",
3
+ "version": "0.80.1-upgrade-to-628d7fc.9+628d7fce",
4
4
  "license": "MIT",
5
5
  "description": "React Native implementation of Atlantis",
6
6
  "repository": {
@@ -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": "2a7c200ed284bace9d37382de5b7c4b5eda007f1"
83
+ "gitHead": "628d7fce6ac350b6413ea59704847aef6f1cf062"
84
84
  }
@@ -102,6 +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
105
106
  return (React.createElement(FormProvider, Object.assign({}, formMethods),
106
107
  React.createElement(React.Fragment, null,
107
108
  (isSubmitting || isSecondaryActionLoading) && React.createElement(FormMask, null),