Skip to content

Commit 56d8da3

Browse files
committed
Fix disabled field by default on iOS after enabling the new architecture
- Issue: #230
1 parent 97aa2c0 commit 56d8da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CodeField.styles.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export const styles = StyleSheet.create({
99
// <TextInput/> will be rendered above Cells
1010
...StyleSheet.absoluteFillObject,
1111
// Hide <TextInput/> to simulate that user will press into a cell
12-
opacity: 0.01,
12+
opacity: 0.015,
1313
// Each user press into <TextInput/> should always set the cursor on the end of a text value
1414
fontSize: 1,
1515
...Platform.select({

0 commit comments

Comments
 (0)