JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 12
  • Score
    100M100P100Q63274F
  • License MIT

Meevi's RN Elements Library

Package Exports

  • @meevilabs/react-native-elements

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@meevilabs/react-native-elements) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Welcome to @meevilabs/react-native-elements

Build Status npm 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. Create a .yarnrc file and add this:
"@meevilabs:registry" "https://npm.pkg.github.com"
  1. Depend on it:
yarn add @meevilabs/react-native-elements
  1. Import:
import { Button } from '@meevilabs/react-native-elements'