Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/OsmiCSX/osmicsx

An utility style framework for React Native
https://github.com/OsmiCSX/osmicsx

framework frontend hacktoberfest javascript react-native style utility

Last synced: 2 months ago
JSON representation

An utility style framework for React Native

Lists

README

        




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](https://github.com/OsmiCSX/osmi)