ant-design / antd-mobile-samples

antd-mobile samples
1.15k stars 1.09k forks source link

Add jest snapshot test demo #26

Open paranoidjk opened 7 years ago

paranoidjk commented 7 years ago

cc @shepherdwind

shepherdwind commented 7 years ago

周末搞下

paranoidjk commented 7 years ago

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

paranoidjk commented 7 years ago

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

wei63w commented 7 years ago

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

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

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

luocong2016 commented 7 years ago

就没有说怎么编辑?

ghost commented 7 years ago

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

wei63w commented 7 years ago

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

870491465 commented 7 years ago

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

Lizhooh commented 7 years ago

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