ant-design / ant-design-mobile-rn

Ant Design for React Native
https://rn.mobile.ant.design/
MIT License
3.02k stars 609 forks source link

官方文档中位于CodeSandbox的DEMO全部失效 #1227

Closed cw1997 closed 2 years ago

cw1997 commented 2 years ago

Reproduction link

https://rn.mobile.ant.design/components/pagination-cn/

Steps to reproduce

What is expected?

预期能够正常访问demo

What is actually happening?

实际访问会报错,例如在pagination组件的文档页面 https://rn.mobile.ant.design/components/pagination-cn/ 中,查看DEMO会报错,提示

image

Error Could not fetch dependencies, please try again in a couple seconds: Dependency @babel/plugin-transform-flow-strip-types not found ▼ 4 stack frames were expanded. re https://codesandbox.io/static/js/sandbox.e7b2d388a.js:1:168458 (anonymous function) https://codesandbox.io/static/js/sandbox.e7b2d388a.js:1:171956 (anonymous function) https://codesandbox.io/static/js/sandbox.e7b2d388a.js:1:172203 i https://codesandbox.io/static/js/sandbox.e7b2d388a.js:1:169394

Environment Info
antd 5.0.0
React 17.0.2
System Windows 10 21H1
Browser Chrome Version 100.0.4896.88 (Official Build) (64-bit)
1uokun commented 2 years ago

codesandbox not support react-native@0.60+, we will fix soon🙏

cw1997 commented 2 years ago

codesandbox not support react-native@0.60+, we will fix soon🙏

Roger that! Thanks for your reply!

1uokun commented 2 years ago

H5 preview : https://1uokun.github.io/ant-design-mobile-rn/index.html

Preview in 🔗 Web Platform. or
Download our Expo demo app
expo/ant-design-mobile-rn
Open the camera app on your device and scan the code above,
need install expo app: https://expo.io/tools

1uokun commented 2 years ago

fixd: expoSnack 替换 codeSandBox https://github.com/ant-design/ant-design-mobile-rn/commit/bf9a40dc82172fab30d62e9f3e23c44a7647da7d

部分demo代码太多的话无法预览

后期预览的代码会专门用lerna分包或者其他不知道的方法

Qimingyang1998 commented 2 years ago

expoSnack 中的代码示例无法预览 也无法加载