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

utilstyle-react-native

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

utilstyle-react-native

utility-first styles for react native

latest
Source
npmnpm
Version
0.4.4
Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

utilstyle-react-native

A utility-first styles for React native. Inspired by tailwindCSS

Installation

npm install utilstyle-react-native

Features

  • all classnames is written in typescript
  • all styles has name like tailwindcss, please consider documentation
  • support dark mode
  • transform styles
  • able to config this package if you want
  • subpackage: create prettier plugin to ignore printWidth with utilstyle

Usage

import { us, classnames, transformsStyles } from "utilstyle-react-native";

Examples

The source code for the example (showcase) app is under the example/ directory. If you want to play with the API but don't feel like trying it on a real app, you can run the example project.

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

Keywords

react-native

FAQs

Package last updated on 18 Oct 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