项目作者: OsmiCSX

项目描述 :
An utility style framework for React Native
高级语言: JavaScript
项目地址: git://github.com/OsmiCSX/osmicsx.git
创建时间: 2020-03-26T06:58:36Z
项目社区:https://github.com/OsmiCSX/osmicsx

开源协议:MIT License

下载





An utility React Native style framework for rapidly building custom user interfaces.


Total Downloads
Latest Release
License


Documentation

For full documentation, please check https://osmicsx.dev

Based on TailwindCSS

OsmiCSX adopts the TailwindCSS concept. We want to implement the same coding style in React Native, styling the component just by calling the style name. But, because React Native does not use CSS browser, tailwind is not directly compatible with React Native. That’s the problem OsmiCSX is trying to solve.

Need Boilerplate? Try ⚡ Osmi CLI

Initializing React Native project and setup all the configuration will take time, and OsmiCSX proudly presents Osmi CLI that will help you initialize your React Native Project with awesome boilerplate (Osmi Kit).

Osmi Kit includes the following rock-solid technical decisions out of the box:

  • React Native
  • React Navigation 5
  • OsmiCSX
  • Redux-Saga
  • Redux-Persist
  • AsyncStorage
  • apisauce (to talk to REST servers)
  • Flipper-ready
  • Reactotron-ready
  • TDD-ready
  • And more!

Quick Start