Skip to content

Commit e128c1f

Browse files
committed
Remove depreacted absoluteFillObject
1 parent 93133d9 commit e128c1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/CodeField.styles.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const styles = StyleSheet.create({
77
},
88
textInput: {
99
// <TextInput/> will be rendered above Cells
10-
...StyleSheet.absoluteFillObject,
10+
...StyleSheet.absoluteFill,
1111
// Hide <TextInput/> to simulate that user will press into a cell
1212
opacity: 0.015,
1313
// Each user press into <TextInput/> should always set the cursor on the end of a text value

src/CodeField.styles.web.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const styles = StyleSheet.create({
77
},
88
textInput: {
99
// <TextInput/> will be rendered above Cells
10-
...StyleSheet.absoluteFillObject,
10+
...StyleSheet.absoluteFill,
1111
// Hide <TextInput/> to simulate that user will press into a cell
1212
opacity: 0.015,
1313
// >>>>>> Web only styles <<<<<

0 commit comments

Comments
 (0)