# qdmrncomponents

> qdm react native components

Latest version **1.0.41** (published 2021-01-20) · ISC license · 0 weekly downloads

## Install

```sh
npm install qdmrncomponents
pnpm add qdmrncomponents
yarn add qdmrncomponents
bun add qdmrncomponents
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: has types; no vulnerabilities.

Warnings: low downloads; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.41 |
| Published | 2021-01-20 |
| First published | 2020-11-27 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | bundled |
| Module format | CommonJS |
| Dependencies | 13 |
| Unpacked size | 358.9 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Hari Ram |
| Maintainers | hariram96 |
| Keywords | react-component, react-native-component, react-native, ui, mobile, ios, android, Typescript |

## Links

- npm: https://www.npmjs.com/package/qdmrncomponents
- Repository: https://github.com/your-user/repo-url
- Homepage: https://vibrant-albattani-595bb8.netlify.app/
- Issues: https://github.com/your-user/repo-url/issues
- npm.io page: https://npm.io/package/qdmrncomponents

## Dependencies (13)

- [typescript](https://npm.io/package/typescript.md) ^4.1.2
- [@types/jest](https://npm.io/package/@types/jest.md) ^26.0.15
- [@types/react](https://npm.io/package/@types/react.md) ^17.0.0
- [rn-fetch-blob](https://npm.io/package/rn-fetch-blob.md) ^0.12.0
- [@types/react-dom](https://npm.io/package/@types/react-dom.md) ~16.9.8
- [react-native-svg](https://npm.io/package/react-native-svg.md) ^12.1.0
- [styled-components](https://npm.io/package/styled-components.md) ^5.1.1
- [react-native-modal](https://npm.io/package/react-native-modal.md) ^11.6.1
- [@types/react-native](https://npm.io/package/@types/react-native.md) ^0.63.37
- [@types/styled-components](https://npm.io/package/@types/styled-components.md) 5.1.4
- [@types/react-test-renderer](https://npm.io/package/@types/react-test-renderer.md) ^17.0.0
- [react-native-document-picker](https://npm.io/package/react-native-document-picker.md) ^4.2.0
- [react-native-typescript-transformer](https://npm.io/package/react-native-typescript-transformer.md) ^1.2.13

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.0.41 (latest) — 2021-01-20
- 1.0.40 — 2020-12-31
- 1.0.39 — 2020-12-30
- 1.0.38 — 2020-12-30
- 1.0.37 — 2020-12-30
- 1.0.36 — 2020-12-11
- 1.0.35 — 2020-12-07
- 1.0.34 — 2020-12-04
- 1.0.33 — 2020-12-03
- 1.0.32 — 2020-12-03
- 1.0.31 — 2020-12-02
- 1.0.30 — 2020-12-02
- 1.0.29 — 2020-12-02
- 1.0.28 — 2020-12-02
- 1.0.27 — 2020-12-02
- … 26 more at https://npm.io/package/qdmrncomponents/versions

## README

## qdmrncomponents

**qdmrncomponents is a set of React Native components**

Check out our documentation site [qdmrncomponents](https://vibrant-albattani-595bb8.netlify.app/). for live examples. It's still a work in progress, but hopefully you can see where we're headed.

## Required Knowledge

We recommend that you get to know React Native before diving into qdmrncomponents. qdmrncomponents is a set of React Native components, so understanding how React Native fits into App development is important.

(If you're not familiar with Node, or with the concept of Single Page Applications (SPAs), head over to the documentation website for a quick introduction before you read on.)

## Installation

qdmrncomponents is available as an npm package.

**Stable channel**

```javascript
npm install qdmrncomponents
```

**Pre-release channel**

```javascript
npm install qdmrncomponents@next
```

Please note that @next will only point to pre-releases; to get the latest stable release use @latest instead.

## Usage

```javascript
import React, {FC, useState} from 'react';
import {TouchableWithoutFeedback, View, StyleSheet} from 'react-native';

import {Body, Button, Text} from 'qdmrncomponents';

const App: FC = () => {
  return (
    <Body paddingAll={20} V_Aligin_center>
      <Text />
      <Button label={'button'} />
    </Body>
  );
};

export default App;
```

## Customization

Styling components to your liking is simple and hassle-free. This can be achieved by

- Override individual component styles via the prop

---
_Source: https://npm.io/package/qdmrncomponents · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
