An open API service indexing awesome lists of open source software.

https://github.com/danielmejiadev/react-native-settings-view

An easy and highly customizable React Native components to create a complete settings view
https://github.com/danielmejiadev/react-native-settings-view

libraries react react-native react-native-elements typescript ui-components

Last synced: 1 day ago
JSON representation

An easy and highly customizable React Native components to create a complete settings view

Awesome Lists containing this project

README

          

# react-native-settings-view
[NPM Package](https://www.npmjs.com/package/react-native-settings-view)

An easy and highly customizable React Native components to create a complete settings view

Example of usage

## Getting started

- `yarn add react-native-settings-view`
- `npm install react-native-settings-view`

### Usage

Below is a sample usage of this package

```jsx
import React from 'react';
import { SectionRow, SettingsPage, NavigateRow, BaseRow } from 'react-native-settings-view';


console.log('terms')}
/>
console.log('policy')}
/>
console.log('contact')}
/>
console.log('checked', isChecked)}
/>
console.log('checked', isEnabled)}
/>
0.1.0}
/>

```

### License

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.