Giter Site home page Giter Site logo

huqiaoli / react-native-uiw Goto Github PK

View Code? Open in Web Editor NEW

This project forked from uiwjs/react-native-uiw

0.0 1.0 0.0 129.06 MB

A UI component library based on React Native (Android & iOS).

Home Page: https://uimjs.github.io

License: MIT License

JavaScript 1.23% TypeScript 83.88% Java 6.41% Ruby 0.57% Objective-C 0.98% Starlark 0.25% HTML 0.14% Less 1.12% CSS 0.03% Shell 0.21% Makefile 0.41% C++ 2.91% Objective-C++ 1.83% CMake 0.04%

react-native-uiw's Introduction


React Native UIW

A UI component library based on React Native (Android & iOS).

快速上手 | 参与组件开发 | 参与文档/网站编辑开发 | 组件库

您可以使用我们制定的模版(@uiw/react-native-template)创建一个新项目:

# 此模板默认集成了一些必用的依赖,如路由,组件库等
npx react-native init AwesomeProject --template @uiw/react-native-template

Install

Basic Usage

import React from 'react';
import { View } from 'react-native';
import { Icon } from '@uiw/react-native'

export default class Demo extends React.Component {
  render() {
    return (
      <View>
        <Icon name='apple' size={46} color='#50CB42' />
      </View>
    )
  }
}

Other

Development

# Install current dependencies, and dependencies in sub-packages
yarn install
yarn run build # Compile package

Real-time monitoring of package and document website local preview

# Step 1
yarn run lib:watch      # Compile and output JS file
# Step 2
yarn run lib:watch:type # Output type file d.ts
# Step 3
yarn run start          # Run the preview document website locally

License

Licensed under the MIT License.

react-native-uiw's People

Contributors

jaywcjlove avatar chenlingasmx avatar cuilanxin avatar amber-nan avatar renovate[bot] avatar renovate-bot avatar xingyuefeng avatar sunlxy avatar matuancc avatar yaob421123 avatar hy916 avatar huqiaoli avatar zuojiahui avatar star-hamster avatar dependabot[bot] avatar nullptr-z avatar dibenny avatar yaochuxia avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.