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 issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/react-native-community/hooks). ## Other Branches These updates are pending....

[![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)) | [`7.3.1` -> `8.24.0`](https://renovatebot.com/diffs/npm/eslint/7.3.1/8.24.0) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@react-native-community/eslint-config](https://togithub.com/facebook/react-native/tree/HEAD/packages/eslint-config-react-native-community#readme) ([source](https://togithub.com/facebook/react-native)) | [`3.0.1` -> `3.1.0`](https://renovatebot.com/diffs/npm/@react-native-community%2feslint-config/3.0.1/3.1.0) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@types/react-native](https://togithub.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/react-native) ([source](https://togithub.com/DefinitelyTyped/DefinitelyTyped)) | [`0.64.19` -> `0.70.3`](https://renovatebot.com/diffs/npm/@types%2freact-native/0.64.19/0.70.3) |...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@auto-it/first-time-contributor](https://togithub.com/intuit/auto) | [`9.28.3` -> `10.37.6`](https://renovatebot.com/diffs/npm/@auto-it%2ffirst-time-contributor/9.28.3/10.37.6) | [![age](https://badges.renovateapi.com/packages/npm/@auto-it%2ffirst-time-contributor/10.37.6/age-slim)](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 | |---|---|---|---|---|---| | [auto](https://togithub.com/intuit/auto) | [`9.26.8` -> `10.37.6`](https://renovatebot.com/diffs/npm/auto/9.26.8/10.37.6) | [![age](https://badges.renovateapi.com/packages/npm/auto/10.37.6/age-slim)](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 | |---|---|---|---|---|---| | [@auto-it/all-contributors](https://togithub.com/intuit/auto) | [`9.28.3` -> `10.37.6`](https://renovatebot.com/diffs/npm/@auto-it%2fall-contributors/9.28.3/10.37.6) | [![age](https://badges.renovateapi.com/packages/npm/@auto-it%2fall-contributors/10.37.6/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

# Summary In order to animate properly based on the keyboard apparition, this PR add a new value in `useKeyboard` hook called `animatedKeyboardHeight`. It also add a new hook `useAnimatedValue`...

# Summary https://github.com/react-native-community/hooks/issues/81 This function is very useful in cases where we need to work with animated or something  needed to listen keyboard ## Test Plan Example: ```js import {useKeyboardEffect}...

const keyboard = useKeyboard() this hook cause re-render all component too many on keyboard show and dismiss after remove it, my app is working properly not re-render on keyboard show...