wix/react-native-ui-lib

UI Components Library for React Native

View on GitHub ↗Jump to charts ↓

Summary Information

Updated 2 minutes ago
Added to GitGenius on September 9th, 2026
Created on February 8th, 2017
Open Issues & Pull Requests: 86 (+0)
GitHub issues: Enabled
Number of forks: 749
Total Stargazers: 7,155 (+0)
Total Subscribers: 293 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 9.7 days
Mean response time: 58.4 days
90th percentile: 172.7 days
Tracked items: 111

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 3% of issues opened in the past year have been closed. Three people close 53% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 30
New in 7 days: 2
Closed in 7 days: 0
Avg open age: 476 days
Stale 30+ days: 25
Stale 90+ days: 22

Recent activity

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

Top labels

  • bug (140)
  • wontfix (89)
  • waiting-for-response (28)
  • WIP (3)
  • feature request (2)
  • web (2)
  • PRs are Welcome (1)
  • expo (1)

Detailed Description

React Native UI Lib is a UI components library for React Native that provides a toolset for building consistent interfaces across iOS and Android applications.

The library addresses the challenge of maintaining design consistency and reducing boilerplate in React Native projects by offering pre-built components alongside a design system foundation. It works by allowing developers to load their own design foundations—colors, typography, spacings—and set default configurations for components in three steps, then apply these configurations across the component library using modifiers. This approach lets teams establish a custom design system without building components from scratch.

Teams building React Native applications should consider this library if they want to accelerate development with ready-made components while maintaining a cohesive design language. It suits projects where design consistency across platforms matters and where teams want to avoid reimplementing common UI patterns. The library provides a Figma community file for design collaboration and an Expo demo app for previewing components before integration.

The project is actively working to support the new React Native Architecture, with current support for React Native 0.73 and plans to extend compatibility to newer versions. The library maintains comprehensive documentation and a Discord community channel for developer support. The codebase is written in TypeScript, providing type safety for component usage.