@jobber/components-native 0.48.5 → 0.48.6

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.48.5",
3
+ "version": "0.48.6",
4
4
  "license": "MIT",
5
5
  "description": "React Native implementation of Atlantis",
6
6
  "repository": {
@@ -84,5 +84,5 @@
84
84
  "react-native-reanimated": "^2.17.0",
85
85
  "react-native-safe-area-context": "^4.5.2"
86
86
  },
87
- "gitHead": "e925163219d4d3c15d78318cfff03f6240c19ef3"
87
+ "gitHead": "9b37922254f313d9495d324201536dda7a1f46f0"
88
88
  }
@@ -120,6 +120,7 @@ function InternalForm({ children, onBeforeSubmit, onSubmit, onSubmitError, onSub
120
120
  renderFooter))),
121
121
  React.createElement(View, { style: styles.safeArea, ref: bottomViewRef })))),
122
122
  React.createElement(FormMessage, null)));
123
+ // eslint-disable-next-line @typescript-eslint/no-explicit-any
123
124
  function handleKeyboardShow(frames) {
124
125
  setKeyboardScreenY(frames.endCoordinates.screenY);
125
126
  setKeyboardHeight(frames.endCoordinates.height);