Skip to content

reactandnative/nachos-ui

 
 

Repository files navigation

Nachos UI

Travis

Intro

Nachos UI is a React Native component library. Read more about how we built it on Medium.

Features:

Getting started

$ npm install --save nachos-ui  

OR

$ yarn add nachos-ui
import React from 'react'
import { View } from 'react-native'
import { Button } from 'nachos-ui'

const App = () => {
  return (
  	<View>
    	<Button>Button</Button>
    </View>
  )
}

Documentation

Visit the documentation at https://avocode.com/nachos-ui/docs/ with technical information about each component.

Contributing

Contributions are always welcome! Before contributing, please read our Code Of Conduct.

Read Contributing.

Developers

To play with Nachos UI locally first clone the repository:

$ git clone git@github.com:avocode/nachos-ui.git

Ideally use Yarn to install your dependencies. It's fast and consistent:

$ yarn install

To run the iOS simulator run:

$ yarn run start

To run the Web version:

$ yarn run start:web

License

Nachos UI is open source and released under the MIT License.

Thanks!

About

Nachos UI is a React Native component library.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.2%
  • Objective-C 5.7%
  • Python 2.1%
  • Java 1.9%
  • HTML 0.1%