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

新版本的reactnative推荐使用reactnavigation,打开后提示 ![image](https://user-images.githubusercontent.com/16773051/27530600-fa29e928-5a8b-11e7-832a-29332a71adbb.png)

Command `start` unrecognized. Make sure that you have run `npm install` and that you are inside a react-web project.

app都是从首页进入的,不会直接跳到某个子组件;而web的任何一个界面都应该可以直接访问。 不知道可不可以不对RN中的navigator相关部分进行修改,无缝迁移到web上?

如题,按照文档安装了CLI,并初始化项目之后,运行react-web start时报错: ERROR in Path must be a string. Received undefined webpack: Failed to compile. 有没有谁遇到过这个问题啊?怎么解决呢?

[don't merge yet] the issue i was having was that the navbar's right button wasn't adapting to screen resizes this code mostly works (see edge case below), but it seems...

报错,查看原因是 node版本高, 有不降node 版本的解决方案吗,谢谢

可重现代码如下: ```js class ReactNativeWebExample extends React.Component { constructor(props) { super(props) this.state = { translateX: new Animated.Value(100) } } render() { // 暂时用这方法强行生效 if (!this._rendered) { setTimeout(() => { this.state.translateX.setValue(100) })...

木有实现WebView吗?我没看到相关的源码

这是什么问题,求解 有所是react,react-dom版本不匹配,也按安卓react-web-demo同样的版本要求安装了还是同样的问题 ERROR in ./~/react-web/Libraries/Animated/Animated.web.js Module not found: Error: Cannot resolve module 'react/lib/CSSPropertyOperations' in /Users/nana/workspace/AMi/MjuiExample/node_modules/react-web/Libraries/Animated @ ./~/react-web/Libraries/Animated/Animated.web.js 14:27-69 ERROR in ./~/react-web/Libraries/PanResponder/injectResponderEventPlugin.web.js Module not found: Error: Cannot resolve module 'react/lib/EventPluginRegistry' in...

调试状态页面布局都没问题,一打包就乱了