react-native-web-ext
v1.6.19
Published
react-native for web develop
Downloads
21
Maintainers
Readme
react-native-web-ext
一、简介
使web支持react-native开发
二、安装
npm install react-native-web-ext --save
三、用例
在webpack配置文件中添加如下
{
resolve: {
alias: {
"react-native": "react-native-for-web"
}
}
}
四、开源许可
基于 MIT License 开源,使用代码只需说明来源,或者引用 license.txt 即可。