MCPcopy
hub / github.com/APSL/react-native-keyboard-aware-scroll-view / getDisplayName

Function getDisplayName

lib/KeyboardAwareHOC.js:106–112  ·  view source on GitHub ↗
(WrappedComponent: React$Component)

Source from the content-addressed store, hash-verified

104}
105
106function getDisplayName(WrappedComponent: React$Component) {
107 return (
108 (WrappedComponent &&
109 (WrappedComponent.displayName || WrappedComponent.name)) ||
110 'Component'
111 )
112}
113
114const ScrollIntoViewDefaultOptions: KeyboardAwareHOCOptions = {
115 enableOnAndroid: false,

Callers 1

Class · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…