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 4f622f9 commit ecb07fdCopy full SHA for ecb07fd
experiments-app/src/Experiments/TextInputEventPropagation.tsx
@@ -25,7 +25,7 @@ export function TextInputEventPropagation() {
25
<TextInput
26
style={styles.textInput}
27
value={value}
28
- editable={false}
+ editable={true}
29
onChangeText={handleChangeText}
30
onPressIn={handlePressIn}
31
onPressOut={handlePressOut}
experiments-app/src/Experiments/TextInputEvents.tsx
@@ -22,7 +22,7 @@ export function TextInputEvents() {
22
23
24
0 commit comments