Skip to content

Commit 4f22fa5

Browse files
nitzanyizethanshar
andauthored
FloatingButton - Not pressable when wrapped with Keyboard.KeyboardTrackingView. (#3496)
* FloatingButton - Comment out absoluteFillObject style for container * FloatingButton - Remove absoluteFillObject style from container --------- Co-authored-by: Ethan Sharabi <[email protected]>
1 parent 09fc771 commit 4f22fa5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/floatingButton/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@ class FloatingButton extends PureComponent<FloatingButtonProps> {
211211

212212
const styles = StyleSheet.create({
213213
container: {
214-
...StyleSheet.absoluteFillObject,
215214
top: undefined,
216215
zIndex: Constants.isAndroid ? 99 : undefined
217216
},

0 commit comments

Comments
 (0)