Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Nachos UI is a React Native component library.

License

NotificationsYou must be signed in to change notification settings

nachos-ui/nachos-ui

Nachos UI

Build Status

Intro

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

Features:

Getting started

Requires React Native 0.40 and higher.

$ npm install --save nachos-ui

OR

$ yarn add nachos-ui

The ThemeProvider component should be set at the highest level of your app. If it is not, Nachos UI components will NOT render.

import { ThemeProvider } from "nachos-ui";export default (App = () => (  <ThemeProvider>    <RestOfYourApp />  </ThemeProvider>));
importReactfrom'react'import{View}from'react-native'import{Button}from'nachos-ui'constApp=()=>{return(<View><Button>Button</Button></View>)}

Documentation

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

Contributing

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

ReadContributing.

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 theMIT License.

Thanks!

About

Nachos UI is a React Native component library.

Topics

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp