UNPKG

react-native-flatlist-alphabet

Version:

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

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