tarojs-plugin-react-native-stylesheet
v0.0.3
Published
在Taro环境中提出react-native的stylesheet
Downloads
4
Maintainers
Readme
tarojs-plugin-react-native-stylesheet
Taro 中 提取 react native中样式的插件
安装
在 Taro 项目根目录下安装
$ npm i tarojs-plugin-react-native-stylesheet--save
使用
引入插件
请确保 Taro CLI 已升级至 Taro 2/3 的最新版本。
修改项目 config/index.js
中的 plugins 配置为如下
const config = {
...
plugins: [
...其余插件
'tarojs-plugin-react-native-stylesheet'
]
...
}