@jobber/components-native 0.89.5-JOB-140604-cab60b8.43 → 0.89.5-JOB-140604-2d32fc8.44

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.
@@ -25,7 +25,7 @@ export interface BottomSheetProps {
25
25
  /**
26
26
  * Ref to the bottom sheet component.
27
27
  */
28
- readonly ref: Ref<BottomSheetRef>;
28
+ readonly ref?: Ref<BottomSheetRef>;
29
29
  }
30
30
  export interface BottomSheetRef {
31
31
  open: () => void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jobber/components-native",
3
- "version": "0.89.5-JOB-140604-cab60b8.43+cab60b8c4",
3
+ "version": "0.89.5-JOB-140604-2d32fc8.44+2d32fc8db",
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": "cab60b8c45dc2b1cd9271c7db3b984c65563e7f6"
99
+ "gitHead": "2d32fc8db44e7e51a9a990e4a37b8611a9589636"
100
100
  }
@@ -50,7 +50,7 @@ export interface BottomSheetProps {
50
50
  /**
51
51
  * Ref to the bottom sheet component.
52
52
  */
53
- readonly ref: Ref<BottomSheetRef>;
53
+ readonly ref?: Ref<BottomSheetRef>;
54
54
  }
55
55
 
56
56
  export interface BottomSheetRef {