0.1.9 • Published 1 year ago

react-native-with-style v0.1.9

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

React Native With Style

A styling package for easily adding themes to your React Native projects. 🌑 🔆

npm npm runs with expo

Inspiration

It's actually not that hard to style in RN projects. However, I do not like to make comparisons such as if it is dark in the component, take this color, and if it is light, take this color, and give a style in the component. That's why I always liked the styled-component logic. Passing the style a theme I created as a parameter always gives a cleaner result. and as a result such a package came out.

Features

  • clean code 🚀
  • using cached styles 🌚 🌝
  • theme management
  • system theme

Installation

yarn add react-native-with-style

Todo

  • typescript
  • direction style

Contributors

0.1.9

1 year ago

0.1.8

2 years ago

0.1.7

2 years ago

0.1.6

2 years ago

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago