(text: string)
| 43 | * - Android: `{"target": 53, "text": "Test"}` |
| 44 | */ |
| 45 | export function buildEndEditingEvent(text: string) { |
| 46 | return { |
| 47 | ...baseSyntheticEvent(), |
| 48 | nativeEvent: { text, target: 0 }, |
| 49 | }; |
| 50 | } |
| 51 | |
| 52 | /** |
| 53 | * Experimental values: |
no test coverage detected
searching dependent graphs…