Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add useKeyboardRelease hook #216

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Nov 17, 2020

  1. feat: add useKeyboardRelease hook

    Allows user to easily dismiss the keyboard inside React Native views.
    
    https://justinnoel.dev/2020/11/17/react-native-dismiss-keyboard-custom-hook/
    justinnoel committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    4992d57 View commit details
    Browse the repository at this point in the history
  2. fix: add to index

    justinnoel committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    3d7b84a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e160e2e View commit details
    Browse the repository at this point in the history
  4. fix: detect platform and do not use responder on web

    On the web, if `shouldSetResponse` is true, inputs will lose focus when tapped on.
    justinnoel committed Nov 17, 2020
    Configuration menu
    Copy the full SHA
    73d563b View commit details
    Browse the repository at this point in the history