-
### Description
I am trying to make grid view where items have a minimum and a maximum width. The number of items on grid scale according to screen size.
I was able to achieve this with ListView, b…
-
The basic idea is that `` can render to a `` or canvas, etc. DOM is just another flavor of UIKit. Figuring out the layout system is probably the most challenging part unless React Native's layout engi…
-
@App2Sales, @jkdrangel :
Hello, congratulations for the module.
I did this: https://snack.expo.io/ryhqT6aJm
I have to do something like this:
![screenshot_20180531-212937](https://user-images.g…
-
React Native has an easy way to trigger animation by adding `LayoutAnimation.configureNext(*)` before calling `setState`.
**Example**:
```jsx
LayoutAnimation.configureNext(LayoutAnimation.…
-
### Is this a bug report?
YES
### Have you read the [Contributing Guidelines](https://facebook.github.io/react-native/docs/contributing.html)?
YES
### Environment
1. `react-…
-
On Node.js v8.9.1, seems that `require.cache` is per module and `mock.js` script side effects are not working. I've done some traces both on `mock.js` and my `setupTests.js` file (that calls the first…
-
### Description
We are experiencing a race condition where we try to set the state while the navigational experimental transition animation is still finishing, which _freezes the screen_. We have no …
-
#### 问题简述 (One-line summary)
我用echarts的graph图渲染了一个已经布局好的graph数据到canvas上, 渲染过程大概需要四五秒钟,渲染完成后,zoom,拖动响应都超级慢,延迟在0.5秒左右。
这个graph中节点数量为1500个,边的数量为12500条。
#### 版本及环境 (Version & Environment)
- ECharts 版本 (…
-
### Issue details
I just installed storybook for my project following the slow setting for React.
When I run 'npm run storybook' I get a lot of errors about unresolved symbols (which I don't get…
-
**taobaofed 之前有个 react-web,做了react native 语法和api的compatible,和react native保持一致,包括css layout输出成web样式,编译时直接输出android,ios,web展现一致的bundle.真正做到三端的Learn Once, Write Anywhere**
**ant-design-mobile的web支持是否类…