react-native-web-adapter

1.0.0 • Public • Published

react-native-web-adapter

一、简介

react-native for web 适配器

目前讲react + react-native-web 结合在一起,后续可能使用react-web进行集成

二、安装

npm install react-native-web-adapter --save

三、用例

在webpack.config的resolve节点中添加如下:

 resolve: {
    alias: {
        'react-native': 'react-native-web-adapter'
    },
    extensions: ['', '.js', '.jsx'],
}

然后在代码中可以直接使用:

import React from "react-native";

四、开源许可

基于 MIT License 开源,使用代码只需说明来源,或者引用 license.txt 即可。

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i react-native-web-adapter

    Weekly Downloads

    0

    Version

    1.0.0

    License

    MIT

    Last publish

    Collaborators

    • beven