0.2.0-pre.1 • Published 4 years ago

react-native-colibri v0.2.0-pre.1

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

Colibri is front-end framework created to build cross platform Android & iOS mobile apps using ready to use generic components of React Native. It contains a set of general purpose UI components styled in a similar way.

Quick Start

You can install React Native Colibri via Yarn or NPM.

# Yarn
yarn add react-native-colibri

# NPM
npm i react-native-colibri --save

Link resources (Fonts on Android)

react-native link

Guidelines

Typography

Installing custom fonts

Configuring fonts in Theme

Example:

import { setTheme} from 'react-native-colibri';

setTheme({
    fontFamily:{
        thin: 'Roboto-Thin',
        thinItalic: 'Roboto-ThinItalic',
        light: 'Roboto-Light',
        lightItalic: 'Roboto-LightItalic',
        regular: 'Roboto-Regular',
        regularItalic: 'Roboto-RegularItalic',
        medium: 'Roboto-Medium',
        mediumItalic: 'Roboto-MediumItalic',
        bold: 'Roboto-Bold',
        boldItalic: 'Roboto-BoldItalic',
    }
});

Components

Button

A button consists of text that clearly communicates what action will occur when the user touches it.

Card

This page provides guidance on the base elements of a card

Carousel

Allows you to display multiple items in a horizontal slide.

CarouselImage

Allows you to display multiple items in a horizontal slide with images, like Google Play Store.

DateFormatted

DatePicker

EmptyState

Loading

OkCancelView

Segment

Separator

SimpleText

Title

AnimatedModal

TableView

Utils

Migration

https://react-native-community.github.io/upgrade-helper/?from=0.60.5&to=0.67.2

0.2.0-pre.1

4 years ago

0.2.0-pre.0

6 years ago

0.1.0

6 years ago

0.1.0-pre.40

7 years ago

0.1.0-pre.39

7 years ago

0.1.0-pre.38

7 years ago

0.1.0-pre.37

7 years ago

0.1.0-pre.36

7 years ago

0.1.0-pre.35

7 years ago

0.1.0-pre.34

7 years ago

0.1.0-pre.33

7 years ago

0.1.0-pre.32

7 years ago

0.1.0-pre.31

7 years ago

0.1.0-pre.30

7 years ago

0.1.0-pre.29

7 years ago

0.1.0-pre.28

7 years ago

0.1.0-pre.27

7 years ago

0.1.0-pre.26

7 years ago

0.1.0-pre.25

7 years ago

0.1.0-pre.24

7 years ago

0.1.0-pre.23

7 years ago

0.1.0-pre.22

7 years ago

0.1.0-pre.21

7 years ago

0.1.0-pre.20

7 years ago

0.1.0-pre.19

7 years ago

0.1.0-pre.18

7 years ago

0.1.0-pre.17

7 years ago

0.1.0-pre.16

7 years ago

0.1.0-pre.15

7 years ago

0.1.0-pre.14

7 years ago

0.1.0-pre.13

7 years ago

0.1.0-pre.12

7 years ago

0.1.0-pre.11

7 years ago

0.1.0-pre.10

7 years ago

0.1.0-pre.9

7 years ago

0.1.0-pre.8

7 years ago

0.1.0-pre.7

7 years ago

0.1.0-pre.6

7 years ago

0.1.0-pre.5

7 years ago

0.1.0-pre.4

7 years ago

0.1.0-pre.3

7 years ago

0.1.0-pre.2

7 years ago

0.1.0-pre.1

7 years ago

0.1.0-pre.0

7 years ago