Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add displayName to contexts (#8814) | Samuel Newman | 2025-08-14 | 1 | -0/+2 |
| | |||||
* | Edge to edge support (#7497) | Mathieu Acthernoene | 2025-04-22 | 1 | -4/+1 |
| | |||||
* | Remove the environment indirections (#7089) | dan | 2024-12-13 | 1 | -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 Newman | 2024-11-25 | 1 | -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> |