Skip to content

Commit ecb07fd

Browse files
committed
refactor: tweaks
1 parent 4f622f9 commit ecb07fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

experiments-app/src/Experiments/TextInputEventPropagation.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ export function TextInputEventPropagation() {
2525
<TextInput
2626
style={styles.textInput}
2727
value={value}
28-
editable={false}
28+
editable={true}
2929
onChangeText={handleChangeText}
3030
onPressIn={handlePressIn}
3131
onPressOut={handlePressOut}

experiments-app/src/Experiments/TextInputEvents.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export function TextInputEvents() {
2222
<TextInput
2323
style={styles.textInput}
2424
value={value}
25-
editable={false}
25+
editable={true}
2626
onChangeText={handleChangeText}
2727
onPressIn={handlePressIn}
2828
onPressOut={handlePressOut}

0 commit comments

Comments
 (0)