Skip to content

Commit

Permalink
FloatingButton - Not pressable when wrapped with Keyboard.KeyboardTra…
Browse files Browse the repository at this point in the history
…ckingView. (#3496)

* FloatingButton - Comment out absoluteFillObject style for container

* FloatingButton - Remove absoluteFillObject style from container

---------

Co-authored-by: Ethan Sharabi <[email protected]>
  • Loading branch information
nitzanyiz and ethanshar authored Feb 3, 2025
1 parent 09fc771 commit 4f22fa5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/floatingButton/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,6 @@ class FloatingButton extends PureComponent<FloatingButtonProps> {

const styles = StyleSheet.create({
container: {
...StyleSheet.absoluteFillObject,
top: undefined,
zIndex: Constants.isAndroid ? 99 : undefined
},
Expand Down

0 comments on commit 4f22fa5

Please sign in to comment.