Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/thanhtunguet/react-native-css-module


https://github.com/thanhtunguet/react-native-css-module

Last synced: 23 days ago
JSON representation

Awesome Lists containing this project

README

        

# react-native-css-module

Type declaration for CSS/SASS/SCSS module in React Native, to use with [react-native-sass-transformer](https://www.npmjs.com/package/react-native-sass-transformer)

```sh
yarn add -D thanhtunguet/react-native-css-module
```

## Usage

Add to `tsconfig.json`:

```json
{
"compilerOptions": {
"types": [
"react-native-css-module"
]
}
}
```