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
- Host: GitHub
- URL: https://github.com/danielmejiadev/react-native-settings-view
- Owner: danielmejiadev
- License: mit
- Created: 2020-04-02T14:00:04.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-26T18:54:19.000Z (over 3 years ago)
- Last Synced: 2025-07-03T14:46:51.946Z (about 1 year ago)
- Topics: libraries, react, react-native, react-native-elements, typescript, ui-components
- Language: TypeScript
- Size: 1.04 MB
- Stars: 6
- Watchers: 3
- Forks: 5
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## 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.