react-native-community/hooks

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

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 37 minutes ago
Added to GitGenius on September 19th, 2026
Created on October 27th, 2018
Open Issues & Pull Requests: 33 (+0)
GitHub issues: Enabled
Number of forks: 201
Total Stargazers: 3,623 (+0)
Total Subscribers: 39 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 302.2 days
Mean response time: 695.5 days
90th percentile: 1800.3 days
Tracked items: 8

Most active contributors

Sign in to see contributor activity.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 5
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 1,526 days
Stale 30+ days: 2
Stale 90+ days: 2

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

No label distribution available yet.

Most active issues this week

No issue events were indexed in the last 7 days.

Detailed Description

React Native Hooks is a library that exposes React Native APIs as React Hooks for use in functional components.

The library solves the problem of accessing React Native's asynchronous APIs within functional components, which previously required class components or wrapper patterns. It wraps platform APIs like app state, keyboard visibility, device orientation, and back handler events into hooks that can be called directly in functional component bodies, allowing developers to manage side effects and state in a more declarative way.

Developers building React Native applications with functional components should consider this library if they need to interact with native platform APIs. The tool is suitable for projects that have adopted React Hooks as their primary pattern and require access to features like app lifecycle events, keyboard management, device orientation detection, image dimension queries, accessibility information, layout measurements, and refresh control. The library requires React Native version 0.59.0 or later.

The project uses Changesets for managing releases and versioning, indicating a structured approach to version control and changelog management. The repository maintains a contributors list, showing ongoing community involvement in its development.