0.1.7 • Published 4 years ago

@meevilabs/react-native-elements v0.1.7

Weekly downloads
25
License
MIT
Repository
github
Last release
4 years ago

Welcome to @meevilabs/react-native-elements

Build Status npm react-native react-native MIT

Welcome to the Meevi React Native Elements package. Here you will find out all of our UI (or not so UI) components used between most of our projects. They are very opinionated, suited to our workflow, but they can be very useful in most projects as well.

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 components!

How can i use the library?

Right now it's under early development stage, so hope it won't be a walk in the park.

Here's how you add our dependencie to your project @meevilabs/react-native-elements

  1. Depend on it:
yarn add @meevilabs/react-native-elements
  1. Import:
import { Button } from '@meevilabs/react-native-elements'