Galio is a 100% free and open source project, licensed under MIT License. You'll be building Android and iOS apps in style. Galio will always remain free to use and it is powered by a massive world-wide community. It comes with a lot of carefully crafted, ready to be used components and a beautiful typography. Galio has a gorgeous base theme that adapts to each project. Built with real app examples, component demos, guides, and how-to's to get you up and running with mobile apps faster than ever before.
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
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!
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';
Under Galio's belt:
- Block
- Button
- Card
- Checkbox
- Icon
- Input
- NavBar
- Radio
- Slider
- Text
- Switch
- GalioTheme
The documentation for Galio is hosted at our our website
- Website: https://galio.io?ref=galio-repo
- Expo: https://expo.io
- Issues: GitHub Issues Page
We use GitHub Issues as the official bug tracker for Galio. Here are some advices for our users that want to report an issue:
- 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)
- Provide us with reproductible steps for the issue.
- Some issues may be platform specific, so specifying what platform and if it's a simulator or a hardware device will help a lot.
This project exists thanks to all the people who contribute. [Contribute].
Thank you to all our backers! 🙏 [Become a backer]
Support this project by becoming a sponsor. Your logo will show up here with a link to your website. [Become a sponsor]
- Licensed under MIT (https://github.com/galio-org/galio/blob/master/LICENSE)
© 2019 Galio, made with 💚 for the community.