hooks icon indicating copy to clipboard operation
hooks copied to clipboard

React Native APIs turned into React Hooks for use in functional React components

Results 72 hooks issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@auto-it/first-time-contributor](https://togithub.com/intuit/auto) | [`10.46.0` -> `11.2.1`](https://renovatebot.com/diffs/npm/@auto-it%2ffirst-time-contributor/10.46.0/11.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@auto-it%2ffirst-time-contributor/11.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@auto-it%2ffirst-time-contributor/11.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@auto-it/all-contributors](https://togithub.com/intuit/auto) | [`10.46.0` -> `11.2.1`](https://renovatebot.com/diffs/npm/@auto-it%2fall-contributors/10.46.0/11.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/@auto-it%2fall-contributors/11.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/@auto-it%2fall-contributors/11.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@testing-library/react-native](https://callstack.github.io/react-native-testing-library) ([source](https://togithub.com/callstack/react-native-testing-library)) | [`12.1.3` -> `12.4.4`](https://renovatebot.com/diffs/npm/@testing-library%2freact-native/12.1.3/12.4.4) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`8.41.0` -> `8.57.0`](https://renovatebot.com/diffs/npm/eslint/8.41.0/8.57.0) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [prettier](https://prettier.io) ([source](https://togithub.com/prettier/prettier)) | [`2.8.8` -> `3.3.3`](https://renovatebot.com/diffs/npm/prettier/2.8.8/3.3.3) | [![age](https://developer.mend.io/api/mc/badges/age/npm/prettier/3.3.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint-plugin-prettier](https://togithub.com/prettier/eslint-plugin-prettier) | [`4.2.1` -> `5.2.1`](https://renovatebot.com/diffs/npm/eslint-plugin-prettier/4.2.1/5.2.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/eslint-plugin-prettier/5.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/eslint-plugin-prettier/5.2.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [jest](https://jestjs.io/) ([source](https://togithub.com/jestjs/jest/tree/HEAD/packages/jest)) | [`29.5.0` -> `29.7.0`](https://renovatebot.com/diffs/npm/jest/29.5.0/29.7.0) | [![age](https://developer.mend.io/api/mc/badges/age/npm/jest/29.7.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [all-contributors-cli](https://togithub.com/all-contributors/all-contributors-cli) | [`6.25.1` -> `6.26.1`](https://renovatebot.com/diffs/npm/all-contributors-cli/6.25.1/6.26.1) | [![age](https://developer.mend.io/api/mc/badges/age/npm/all-contributors-cli/6.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/npm/all-contributors-cli/6.26.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

# Summary Hey folks, I'm proposing this new hook to deal with urls built around the native Linking API and some other methods if useful. I've tested in a real...

# Summary This pull request enhances the `useKeyboard` hook in the `react-native-community/hooks` library to improve cross-platform compatibility for keyboard events. Currently, the hook supports both `keyboardWillShow` and `keyboardWillHide` events on...