Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thanhtunguet/react-native-css-module
https://github.com/thanhtunguet/react-native-css-module
Last synced: 23 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/thanhtunguet/react-native-css-module
- Owner: thanhtunguet
- Created: 2021-05-14T09:59:28.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-11-11T15:12:36.000Z (about 3 years ago)
- Last Synced: 2024-11-29T02:13:41.487Z (28 days ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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"
]
}
}
```