react-web icon indicating copy to clipboard operation
react-web copied to clipboard

A framework for building web apps with React Native compatible API.

Results 43 react-web issues
Sort by recently updated
recently updated
newest added

react-native init test react-web init test cd test cd test && npm install 安装依赖包的时候,有些报了一些warning,提示包的依赖问题 用cnpm一个一个安装之后,执行npm install 没有warning了 但是在 执行 react-web start 报下面的错误 Error: Can't find webpack config file at "....node_modules/[email protected]@react-web/web/webpack.config.js"

现在想提 PR,但是拉了项目后本地跑不起来。 操作步骤: git clone 拉取 master cnpm install npm start 访问 localhost:3000/ (无响应) 等待很久之后输出如下。 ``` mc-zone@CALVINMA-MB0:~/_dev/gitrepo/react-web$ npm start > [email protected] start /Users/mc-zone/_dev/gitrepo/react-web > node local-cli/cli.js start webpack.config.js [14:37:28] Building...

https://github.com/taobaofed/react-web/issues/58中提到:“Haste只是在React web 或者在App内使用,避免在App引用React Web使用Haste方式”。 请问这样做的原因是什么?如果react web 的 providesModule 与 react native 的对应起来然后使用haste加载会有什么弊端吗?

entry.js中是import 引入的模块 如下: import {Button, flexCenter} from "basic" import {ZNavbar} from "domain/component" import {COLOR_NAV_DARK, COLOR_TITLE} from "domain/def" import {Routes} from "domain/page" import {get_token} from "domain/api/apis" import {init} from "domain/redux/init" //...

react-web是0.4.6,react是15.4.2,运行react-web start时报错。我试过react版本是15.3.2时是正常的,没有报错,但是由于其它包要求react是15.4.0以上,想确认一下react-web是不支持react的15.4.2吗? ![image](https://cloud.githubusercontent.com/assets/18158633/23533168/edef069e-ffea-11e6-8c48-e409a5734049.png)

webpack打包成功,但是控制台报错,并且根节点没有插入到body里面。 ![1](https://cloud.githubusercontent.com/assets/17959119/25779749/161159f4-3350-11e7-8fb1-47360e04a1b3.png) ![2](https://cloud.githubusercontent.com/assets/17959119/25779750/1e52530c-3350-11e7-9c7a-83d43ca77781.png)

ListView中的item有一个按钮点后变颜色,我滑动ListView后,item中的按钮点击后不能变色