react-native-no-css

1.0.5 • Public • Published

React Native No CSS

Essentially a fork of tachyons-css/react-native-style-tachyons but with the following changes:

  • Uses the standard Tachyons names (except for min-max values which are now mxh1, mnw1 etc as Tachyons ones are unclear and are inconsistent and conflict with mh2 etc for horizontal margins)

  • Added a default palette. Tachyons uses things like moon-gray which are hard to remember. This project uses gray1 through to gray9 where the suffix represents progressively lighter grays (makes incrementing in Vim quicker)

  • The cls prop is replaced with classNames which is more like React web and a little easier to type I find.

Typical use:

<View classNames="flex-column justify-between bg-red">
  <Text classNames="gray1">Some text</Text>
</View>

npm i react-native-no-css or yarn add react-native-no-css to install.

Rationale: This is part of my mission to rid the world of direct manipulation of css in projects no-css

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.5
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.5
    1
  • 1.0.4
    0
  • 1.0.3
    0
  • 1.0.1
    0

Package Sidebar

Install

npm i react-native-no-css

Weekly Downloads

1

Version

1.0.5

License

Apache-2.0

Unpacked Size

25.9 kB

Total Files

20

Last publish

Collaborators

  • jofarnold