使web支持react-native开发
npm install react-native-web-ext --save
在webpack配置文件中添加如下
{
resolve: {
alias: {
"react-native": "react-native-for-web"
}
}
}
基于 MIT License 开源,使用代码只需说明来源,或者引用 license.txt 即可。
使web支持react-native开发
npm install react-native-web-ext --save
在webpack配置文件中添加如下
{
resolve: {
alias: {
"react-native": "react-native-for-web"
}
}
}
基于 MIT License 开源,使用代码只需说明来源,或者引用 license.txt 即可。
npm i react-native-web-ext
35
1.6.19
MIT