The Wayback Machine - https://web.archive.org/web/20190610133110/https://github.com/galio-org/galio
Skip to content
Galio is a beautifully designed, Free and Open Source React Native Framework
Branch: master
Clone or download
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
.github repo updated Jun 5, 2019
assets contributing/logo change readme Jun 5, 2019
src Color pro fixed, added new propType Apr 17, 2019
.gitignore Update .gitignore Jun 10, 2019
.npmignore Update .npmignore Jun 10, 2019
.prettierrc theme: cleanup & updates Nov 7, 2018
.watchmanconfig repo updated Jun 5, 2019
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md Oct 26, 2018
CONTRIBUTING.md Update CONTRIBUTING.md Jun 10, 2019
LICENSE.md Rename LICENSE to LICENSE.md Jun 10, 2019
README.md added version badge Jun 10, 2019
package.json Update package.json Apr 18, 2019

README.md

Galio GitHub package.json version Tweet

GitHub issues GitHub closed issues GitHub pull requests GitHub closed pull requests Gitter npm Backers on Open Collective Sponsors on Open Collective

Galio is one of the coolest UI libraries you could ever use, licensed under MIT. Carefully crafted by developers for developers. Ready-made components, typography, and a gorgeous base theme that is easily adaptable to each project.

Table of Contents

Quick Start

1. Project Setup

Go ahead and install the app version of Galio in order to play around with our components and screens!

git clone https://github.com/galio-org/galio.git
cd galio
git checkout examples
npm install or yarn install

2. Project testing

Terminal cli: expo start

After initializing your local server you are now able to test the app inside your simulator by running: npm run ios or yarn run ios (or try an Android simulator)

Use our iOS or Android app directly on your physical device by running it inside Expo!

Expo iOS app

Expo Android app

3. SDK library instructions

Use our awesome components inside your own projects by running:

npm install galio-framework

or

yarn add galio-framework

Import our UI components to your screens:

import { Block, Button, Card, Icon, Input, NavBar, Text } from 'galio-framework';

Components

Under Galio's belt:

  • Block
  • Button
  • Card
  • Checkbox
  • Icon
  • Input
  • NavBar
  • Radio
  • Slider
  • Text
  • Switch
  • GalioTheme

Documentation

The documentation for Galio is hosted at our our website

Resources

Reporting Issues

We use GitHub Issues as the official bug tracker for Galio. Here are some advices for our users that want to report an issue:

  1. Make sure that you are using the latest version of Galio. Check for your fork's master branch status and see if it's up to date with the upstream/master (our repository)
  2. Provide us with reproductible steps for the issue.
  3. Some issues may be platform specific, so specifying what platform and if it's a simulator or a hardware device will help a lot.

Contributors

This project exists thanks to all the people who contribute. [Contribute].

Backers

Thank you to all our backers! 🙏 [Become a backer]

Sponsors

Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]

Licensing

© 2019 Galio, made with 💚 for the community.

You can’t perform that action at this time.