Skip to content

Commit d6693b1

Browse files
committed
Revert changes to fix broken layout
Reverts parts of gorhom@5397478 Using position absolute can cause layout glitches, probably due to yoga layout calculation bugs.
1 parent 722b8f4 commit d6693b1

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

src/components/bottomSheetView/styles.ts

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ import { StyleSheet } from 'react-native';
22

33
export const styles = StyleSheet.create({
44
container: {
5-
position: 'absolute',
6-
left: 0,
7-
top: 0,
8-
right: 0,
5+
// flex: 1
96
},
107
});

0 commit comments

Comments
 (0)