7 lines
191 B
JavaScript
7 lines
191 B
JavaScript
"use strict";
|
|
|
|
// PressabilityDebugView is not implemented in react-native-web
|
|
export function PressabilityDebugView() {
|
|
return null;
|
|
}
|
|
//# sourceMappingURL=PressabilityDebugView.web.js.map
|