0.2.0-pre.1 • Published 2 years ago

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

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

2 years ago

0.2.0-pre.0

4 years ago

0.1.0

5 years ago

0.1.0-pre.40

5 years ago

0.1.0-pre.39

5 years ago

0.1.0-pre.38

5 years ago

0.1.0-pre.37

5 years ago

0.1.0-pre.36

5 years ago

0.1.0-pre.35

5 years ago

0.1.0-pre.34

5 years ago

0.1.0-pre.33

5 years ago

0.1.0-pre.32

5 years ago

0.1.0-pre.31

5 years ago

0.1.0-pre.30

5 years ago

0.1.0-pre.29

5 years ago

0.1.0-pre.28

5 years ago

0.1.0-pre.27

5 years ago

0.1.0-pre.26

5 years ago

0.1.0-pre.25

5 years ago

0.1.0-pre.24

5 years ago

0.1.0-pre.23

5 years ago

0.1.0-pre.22

5 years ago

0.1.0-pre.21

5 years ago

0.1.0-pre.20

5 years ago

0.1.0-pre.19

5 years ago

0.1.0-pre.18

5 years ago

0.1.0-pre.17

5 years ago

0.1.0-pre.16

5 years ago

0.1.0-pre.15

5 years ago

0.1.0-pre.14

5 years ago

0.1.0-pre.13

5 years ago

0.1.0-pre.12

5 years ago

0.1.0-pre.11

5 years ago

0.1.0-pre.10

5 years ago

0.1.0-pre.9

5 years ago

0.1.0-pre.8

5 years ago

0.1.0-pre.7

5 years ago

0.1.0-pre.6

5 years ago

0.1.0-pre.5

5 years ago

0.1.0-pre.4

5 years ago

0.1.0-pre.3

5 years ago

0.1.0-pre.2

5 years ago

0.1.0-pre.1

5 years ago

0.1.0-pre.0

5 years ago