0.2.0-pre.1 • Published 3 years ago

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

Weekly downloads
2
License
MIT
Repository
github
Last release
3 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

3 years ago

0.2.0-pre.0

5 years ago

0.1.0

6 years ago

0.1.0-pre.40

6 years ago

0.1.0-pre.39

6 years ago

0.1.0-pre.38

6 years ago

0.1.0-pre.37

6 years ago

0.1.0-pre.36

6 years ago

0.1.0-pre.35

6 years ago

0.1.0-pre.34

6 years ago

0.1.0-pre.33

6 years ago

0.1.0-pre.32

6 years ago

0.1.0-pre.31

6 years ago

0.1.0-pre.30

6 years ago

0.1.0-pre.29

6 years ago

0.1.0-pre.28

6 years ago

0.1.0-pre.27

6 years ago

0.1.0-pre.26

6 years ago

0.1.0-pre.25

6 years ago

0.1.0-pre.24

6 years ago

0.1.0-pre.23

6 years ago

0.1.0-pre.22

6 years ago

0.1.0-pre.21

6 years ago

0.1.0-pre.20

6 years ago

0.1.0-pre.19

6 years ago

0.1.0-pre.18

6 years ago

0.1.0-pre.17

6 years ago

0.1.0-pre.16

6 years ago

0.1.0-pre.15

6 years ago

0.1.0-pre.14

6 years ago

0.1.0-pre.13

6 years ago

0.1.0-pre.12

6 years ago

0.1.0-pre.11

6 years ago

0.1.0-pre.10

6 years ago

0.1.0-pre.9

6 years ago

0.1.0-pre.8

6 years ago

0.1.0-pre.7

6 years ago

0.1.0-pre.6

6 years ago

0.1.0-pre.5

6 years ago

0.1.0-pre.4

6 years ago

0.1.0-pre.3

6 years ago

0.1.0-pre.2

6 years ago

0.1.0-pre.1

6 years ago

0.1.0-pre.0

6 years ago