@jobber/components-native 0.95.2-JOB-141866-cab4e3f.3 → 0.95.2-JOB-141866-1ab1d84.4

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": "@jobber/components-native",
3
- "version": "0.95.2-JOB-141866-cab4e3f.3+cab4e3feb",
3
+ "version": "0.95.2-JOB-141866-1ab1d84.4+1ab1d8407",
4
4
  "license": "MIT",
5
5
  "description": "React Native implementation of Atlantis",
6
6
  "repository": {
@@ -96,5 +96,5 @@
96
96
  "react-native-safe-area-context": "^5.4.0",
97
97
  "react-native-svg": ">=12.0.0"
98
98
  },
99
- "gitHead": "cab4e3febe1c59269f69b54e3b442122ac0a3cde"
99
+ "gitHead": "1ab1d8407fce8e7c5ea822477740ec1d5b8f1abb"
100
100
  }
package/src/Form/Form.tsx CHANGED
@@ -122,8 +122,8 @@ function InternalForm<T extends FieldValues, S>({
122
122
 
123
123
  const keyboardProps = Platform.select({
124
124
  ios: {
125
- onKeyboardDidHide: handleKeyboardHide,
126
- onKeyboardDidShow: handleKeyboardShow,
125
+ // onKeyboardDidHide: handleKeyboardHide,
126
+ // onKeyboardDidShow: handleKeyboardShow,
127
127
  onKeyboardDidChangeFrame: handleKeyboardDidChangeFrame,
128
128
  },
129
129
  android: {