Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/callstack/react-native-testing-library
/ buildBlurEvent
Function
buildBlurEvent
src/event-builder/common.ts:61–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
* - Android: `{
"target"
: 53}`
60
*/
61
export
function
buildBlurEvent() {
62
return
{
63
...baseSyntheticEvent(),
64
nativeEvent: {
65
target: 0,
66
},
67
};
68
}
Callers
4
clear
Function · 0.90
paste
Function · 0.90
type
Function · 0.90
common.test.ts
File · 0.90
Calls
1
baseSyntheticEvent
Function · 0.90
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…