react-native-known-styling-properties
List of known React Native specific styling properties.
Last updated 5 years ago by kristerkari .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install react-native-known-styling-properties 
SYNC missed versions from official npm registry.

React Native styling properties

NPM version Build Status contributions welcome

List of known React Native specific styling properties.

Sources for supported properties:

Install

yarn add react-native-known-styling-properties --dev

or

npm install react-native-known-styling-properties --save-dev

API

To get list of all styling properties supported by React Native:

import { allProps } from "react-native-known-styling-properties";

To get list of all styling properties supported by css-to-react-native:

import { allCSS2RNProps } from "react-native-known-styling-properties";

The result is an array of supported styling properties:

allProps = [
  "alignItems",
  "alignSelf",
  "flex",
  "flexDirection",
  "flexWrap",
  ...
]

Current Tags

  • 1.1.0                                ...           latest (5 years ago)

7 Versions

  • 1.1.0                                ...           5 years ago
  • 1.0.5                                ...           7 years ago
  • 1.0.4                                ...           8 years ago
  • 1.0.3                                ...           8 years ago
  • 1.0.2                                ...           8 years ago
  • 1.0.1                                ...           8 years ago
  • 1.0.0                                ...           8 years ago
Maintainers (1)
Downloads
Today 0
This Week 4
This Month 5
Last Day 0
Last Week 1
Last Month 7
Dependencies (0)
None
Dev Dependencies (13)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |