# Welcome to Code Dreams `Helpers`

[![Build Status][check-badge]][workflows]
[![codecov][codecov]](https://codecov.io/gh/codedreams/helpers)
[![npm][npm-badge]][npm]
[![MIT][license-badge]][license]

[npm-badge]: https://img.shields.io/npm/v/@codedreams/helpers.svg
[npm]: https://www.npmjs.com/package/@codedreams/helpers
[license-badge]: https://img.shields.io/dub/l/vibe-d.svg
[workflows]: https://github.com/codedreams/helpers/actions
[check-badge]: https://github.com/codedreams/helpers/workflows/check/badge.svg
[codecov]: https://codecov.io/gh/codedreams/helpers/branch/master/graph/badge.svg

Welcome to the Code Dreams `helpers` package here you will find out all the helpers that we use on our projects

# Whats the idea of this repository

Its a place that we can share a little bit of our code base and show how we work on our projects with our helpers

# How can i use the library?

Just add the library to your project and import it!

1. Depend on it:

```
yarn add @codedreams/helpers
```

**If using Native helpers:**

```
yarn add react-native-haptic react-native-size-matters
```

3. Import and use all:

```
import { getTheme } from '@codedreams/helpers'
import { isIOS } from '@codedreams/helpers/native'

```
