# aksonov/react-native-tableview

Native iOS UITableView for React Native with JSON support and more

Repository: https://github.com/aksonov/react-native-tableview
Canonical: https://ross.abutalabs.com/products/react-native-tableview
Language: Objective-C
License: BSD-2-Clause
License Family: permissive
Last push: 2022-01-24T11:08:05+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4033, "days_push": 1682, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1407, forks 179 (observed 2026-08-28T04:04:38.479892+00:00)

## What it is
A React Native library that wraps the native iOS UITableView, exposing it as a React component with JSON datasource support, filtering, pull-to-refresh, and editing features. It lets React Native apps render large iOS-native lists and menus with authentic UITableView look and behavior.

## Use cases
- render a native iOS country or state picker list in React Native
- display long lists of data without JavaScript performance loss
- build a settings-style menu with checkmark selection
- filter a JSON datasource with NSPredicate to show states for a selected country
- add pull-to-refresh to a native table view
- create a navigation menu that pushes to other screens
- support move/delete row editing natively

## When to choose
- you need authentic native iOS UITableView appearance and behavior in a React Native app
- you must render very large lists (thousands of rows) efficiently
- you want native selection, editing, or section index features without reimplementing them in JS

## When to avoid
- your app targets Android or needs cross-platform list rendering
- you want a pure JavaScript list (FlatList/SectionList) with custom styling
- you need active maintenance or support for the latest React Native versions

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, mobile-framework
- domain: mobile-development, frontend, cross-platform
- platform: -
- tags: react-native, uitableview, native-components, -datasource, list-view, ios, mobile

## Member repositories
- aksonov/react-native-tableview (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:38.479892+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T04:38:37.890230+00:00, confidence not recorded.
  - readme: https://github.com/aksonov/react-native-tableview (fetched 2026-08-28T04:04:38.479892+00:00, sha 335a47333199)
- Data as of 2026-08-30T08:39:29.467469+00:00.
