File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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 <<<<<
You can’t perform that action at this time.
0 commit comments