New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

react-native-ui-doj

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

react-native-ui-doj

A Simple and easy to use react native ui library for react native

latest
Source
npmnpm
Version
1.0.28
Version published
Maintainers
1
Created
Source

react-native-ui-doj

An Open Source UI Library made for react native. It is very simple to use and customize.

Quick start

  • All our components start with the letter 'D',
  • All component names follow the camelCase syntaxt
  • They are easy to use
  • They are 100% customiseable
  • You can add your own styles just like how you would add styles to your normal react native components, except that here you pass them as props.

Install

yarn add react-native-ui-doj
# or
npm install --save react-native-ui-doj

Usage

// App.js
import { Dbutton, Dtext } from "react-native-ui-doj";

export function App(props) {
  return (
    <>
      <Dbutton onPress={handleButton}>
        <Dtext>Click me</Dtext>
      </Dbutton>
    </>
  );
}

How to use our components

- Button Component

- Input and Form Component

- View Component

- Text Component

- Card Component

Keywords

react-native

FAQs

Package last updated on 25 Apr 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts