We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b6b5e5 commit 2fea2cdCopy full SHA for 2fea2cd
2 files changed
src/components/Modal.tsx
@@ -236,7 +236,7 @@ const styles = StyleSheet.create({
236
flex: 1,
237
},
238
wrapper: {
239
- ...StyleSheet.absoluteFillObject,
+ ...StyleSheet.absoluteFill,
240
justifyContent: 'center',
241
242
// eslint-disable-next-line react-native/no-color-literals
src/components/TouchableRipple/TouchableRipple.native.tsx
@@ -135,7 +135,7 @@ const styles = StyleSheet.create({
135
overflow: 'hidden',
136
137
underlay: {
138
139
zIndex: 2,
140
141
});
0 commit comments