Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-native-prefs-screen

nochkin43MIT1.4.2

React Native Preferences UI screen for iOS/Android

react-native, react-component, react-native-component, react native, mobile, ios, android, screen, ui

readme

react-native-prefs-screen

Purpose

The react-native-prefs-screen component is for generating "Settings" screen using React Native. It takes a specially structured configuration object describing sections and setting options. The component takes the object and renders the Settings screen accordingly.

Supported platforms

  • Android
  • iOS

Installation

npm install react-native-prefs-screen react-native-dialogs

or

yarn add react-native-prefs-screen react-native-dialogs

Usage

Example: https://github.com/nochkin/react-native-prefs-screen-examples