You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+34Lines changed: 34 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -156,6 +156,40 @@ import listenToKeyboardEvents from './KeyboardAwareHOC'
156
156
exportdefaultlistenToKeyboardEvents(ListView)
157
157
```
158
158
159
+
The HOC can also be configured. Sometimes it's more convenient to provide a static config than configuring the behavior with props. This HOC config can be overriden with props.
0 commit comments