UNPKG

react-native-section-alphabet-list

Version:

A simple React Native component that takes an array of data and renders a SectionList with alphabetically sorted data.

15 lines (14 loc) 296 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.colors = void 0; exports.colors = { background: { light: "white", dark: "#8e8e93", }, seperatorLine: "#e6ebf2", text: { dark: "#1c1b1e", }, primary: "#007aff", };