about summary refs log tree commit diff
path: root/src/lib/hooks/useEnableKeyboardController.tsx
Commit message (Collapse)AuthorAgeFilesLines
* Add displayName to contexts (#8814)Samuel Newman2025-08-141-0/+2
|
* Edge to edge support (#7497)Mathieu Acthernoene2025-04-221-4/+1
|
* Remove the environment indirections (#7089)dan2024-12-131-3/+1
| | | | | * Use raw underlying globals for environment * Set dev EXPO_PUBLIC_ENV by exclusion
* Ensure react-native-keyboard-controller enabled state doesn't get ↵Samuel Newman2024-11-251-0/+110
overwritten (#6727) * revert to prev state instead of false * add dep array * use ref counting approach * patch keyboard controller to allow changing the enabled prop * remove state from patch * change patched prop name * remove Math.max check, log if < 0 * use noop provider * rm patch, use `useRef` * Style nits * Rm on web --------- Co-authored-by: Dan Abramov <dan.abramov@gmail.com>