@jobber/components-native 0.80.1-upgrade-to-2887450.21 → 0.80.1-upgrade-to-64048d8.25
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 +3 -3
- package/dist/src/Form/Form.js +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/Form/Form.tsx +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@jobber/components-native",
|
|
3
|
-
"version": "0.80.1-upgrade-to-
|
|
3
|
+
"version": "0.80.1-upgrade-to-64048d8.25+64048d84",
|
|
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.
|
|
73
|
+
"react-native": ">=0.76.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": "
|
|
83
|
+
"gitHead": "64048d8470a27c7aee830228fe45d222ecdae2dc"
|
|
84
84
|
}
|
package/src/Form/Form.tsx
CHANGED
|
@@ -138,7 +138,7 @@ function InternalForm<T extends FieldValues, S>({
|
|
|
138
138
|
|
|
139
139
|
const styles = useStyles();
|
|
140
140
|
|
|
141
|
-
// Comment to trigger build once more and again
|
|
141
|
+
// Comment to trigger build once more and again and again and again
|
|
142
142
|
return (
|
|
143
143
|
<FormProvider {...formMethods}>
|
|
144
144
|
<>
|