(text: string)
| 31 | * - Android: `{"target": 53, "text": "Test"}` |
| 32 | */ |
| 33 | export function buildSubmitEditingEvent(text: string) { |
| 34 | return { |
| 35 | ...baseSyntheticEvent(), |
| 36 | nativeEvent: { text, target: 0 }, |
| 37 | }; |
| 38 | } |
| 39 | |
| 40 | /** |
| 41 | * Experimental values: |
no test coverage detected
searching dependent graphs…