@nativetail/ui 0.3.3 → 0.3.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": "@nativetail/ui",
3
- "version": "0.3.3",
3
+ "version": "0.3.4",
4
4
  "description": "",
5
5
  "main": "src/index.ts",
6
6
  "scripts": {},
@@ -32,7 +32,7 @@
32
32
  "moti": "^0.29.0",
33
33
  "react": "18.2.0",
34
34
  "react-hook-form": "^7.51.0",
35
- "react-native": "0.73.6",
35
+ "react-native": "0.74.2",
36
36
  "react-native-actions-sheet": "^0.9.6",
37
37
  "react-native-circular-progress-indicator": "^4.4.2",
38
38
  "react-native-gesture-handler": "^2.17.1",
@@ -114,9 +114,7 @@ const DropdownTrigger = ({
114
114
  }
115
115
  }, [H, W]);
116
116
  const handlePress = useCallback(() => {
117
- if (__DEV__) {
118
- _measure();
119
- }
117
+ _measure();
120
118
  toggle();
121
119
  }, [toggle, _measure]);
122
120