antd-mobile-samples icon indicating copy to clipboard operation
antd-mobile-samples copied to clipboard

Add jest snapshot test demo

Open paranoidjk opened this issue 8 years ago • 10 comments

cc @shepherdwind

paranoidjk avatar Jul 27 '17 07:07 paranoidjk

周末搞下

shepherdwind avatar Jul 27 '17 09:07 shepherdwind

@shepherdwind 这个不急,之后我来搞

paranoidjk avatar Jul 31 '17 06:07 paranoidjk

先要写 dva-mobile 的例子: https://github.com/ant-design/antd-mobile-samples/blob/master/web-dvajs/src/index.js#L3

paranoidjk avatar Jul 31 '17 06:07 paranoidjk

没一个能成功的 ..... react native 的例子你们都能运行OK 么 ? 我试了好多次了都不行

2017-08-10 15:25 node[32925] (FSEvents.framework) FSEventStreamStart: register_with_server: ERROR: f2d_register_rpc() => (null) (-22)

wei63w avatar Aug 10 '17 07:08 wei63w

@wei63w 你指的哪个例子不能成功?能贴全报错信息?

silentcloud avatar Aug 11 '17 03:08 silentcloud

就没有说怎么编辑?

luocong2016 avatar Sep 18 '17 09:09 luocong2016

create-react-app index.less 报错,需要改一下配置

ghost avatar Sep 22 '17 02:09 ghost

@silentcloud 按照官网的啊 , 就没一个能成功的

wei63w avatar Oct 09 '17 07:10 wei63w

别提了,被官网的教程搞得想死的心都有了,我都怀疑我还认识中文吗

870491465 avatar Oct 11 '17 04:10 870491465

表示说,在 React Native 上修改 .babelrc config 文件后,需要重新编译一次:react-native run-android,如果还是失败了,可以能需要清理缓存:cd android && gradlew clean

Lizhooh avatar Oct 12 '17 07:10 Lizhooh