Skip to content

Commit 4acfcab

Browse files
authored
docs: add react-native plugin (#14)
1 parent f1178de commit 4acfcab

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,7 @@ Current available plugins:
181181
| `@baidu-health/wz-style` | Custom style for Baidu Health wz-style | [@KangXinzhi](https://github.com/@KangXinzhi) | <img alt="GitHub" src="https://simpleicons.org/icons/github.svg" width="12" height="12"> [GitHub](https://github.com/KangXinzhi/tempad-dev-plugin-wz-style) |
182182
| `@baidu-health/med-style` | Custom style for Baidu Health med-style | [@KangXinzhi](https://github.com/@KangXinzhi) | <img alt="GitHub" src="https://simpleicons.org/icons/github.svg" width="12" height="12"> [GitHub](https://github.com/KangXinzhi/tempad-dev-plugin-med-style) |
183183
| `@tailwind` | CSS to Tailwind CSS | [@haydenull](https://github.com/@haydenull) | <img alt="GitHub" src="https://simpleicons.org/icons/github.svg" width="12" height="12"> [GitHub](https://github.com/haydenull/tempad-dev-plugin-tailwind) |
184+
| `@react-native` | CSS to React Native StyleSheet | [@CANntyield](https://github.com/@CANntyield) | <img alt="GitHub" src="https://simpleicons.org/icons/github.svg" width="12" height="12"> [GitHub](https://github.com/CANntyield/tempad-dev-plugin-react-native) |
184185
<!-- availablePlugins:end -->
185186
<!-- prettier-ignore-end -->
186187

plugins/available-plugins.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,5 +54,12 @@
5454
"description": "CSS to Tailwind CSS",
5555
"repo": "https://github.com/haydenull/tempad-dev-plugin-tailwind",
5656
"url": "https://raw.githubusercontent.com/haydenull/tempad-dev-plugin-tailwind/main/dist/index.mjs"
57+
},
58+
{
59+
"name": "react-native",
60+
"author": "@CANntyield",
61+
"description": "CSS to React Native StyleSheet",
62+
"repo": "https://github.com/CANntyield/tempad-dev-plugin-react-native",
63+
"url": "https://raw.githubusercontent.com/CANntyield/tempad-dev-plugin-react-native/refs/heads/main/dist/index.mjs"
5764
}
5865
]

0 commit comments

Comments
 (0)