Skip to content

Commit

Permalink
hitSlop type change
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed May 29, 2024
1 parent 6713539 commit 28a87d1
Show file tree
Hide file tree
Showing 3 changed files with 1,806 additions and 2,186 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"lint-staged": "^11.1.2",
"prettier": "^2.3.2",
"react": "~16.9.0",
"react-native": "^0.62.2",
"react-native": "^0.74.1",
"react-native-builder-bob": "^0.18.1",
"react-native-gesture-handler": "^1.10.3",
"react-native-reanimated": "^3.4.2",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ const BottomSheetTextInputComponent = forwardRef<
ref={ref}
onFocus={handleOnFocus}
onBlur={handleOnBlur}
hitSlop={hitSlop === null ? undefined : (hitSlop as Insets | undefined)}
hitSlop={hitSlop as Insets | undefined}
{...rest}
/>
);
Expand Down
Loading

0 comments on commit 28a87d1

Please sign in to comment.