From 23b9ad87e433ca2350c4e04a5bdb717571916d83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=9D=B1=E6=BE=94?= Date: Thu, 2 Jun 2022 15:57:08 +0800 Subject: [PATCH] docs: fixed examples img link --- README.md | 36 ++++++++++++++++++------------------ README.zh-CN.md | 36 ++++++++++++++++++------------------ 2 files changed, 36 insertions(+), 36 deletions(-) diff --git a/README.md b/README.md index 90428592..9e7c1743 100644 --- a/README.md +++ b/README.md @@ -23,27 +23,27 @@ English | [简体中文](./README.zh-CN.md) > Click on the image to see the code snippets. [[Try it]](https://snack.expo.dev/@zhaodonghao586/simple-carousel) 🍺 -[](./example/src/normal/index.tsx) -[](./example/src/normal/index.tsx) -[](./example/src/parallax/index.tsx) -[](./example/src/parallax/index.tsx) -[](./example/src/stack/index.tsx) -[](./example/src/stack/index.tsx) -[](./example/src/stack/index.tsx) -[](./example/src/stack/index.tsx) +[11](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/normal/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/normal/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/parallax/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/parallax/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/stack/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/stack/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/stack/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/stack/index.tsx) > Now you can make cool animations with us! Very easy! [[Details]](./docs/custom-animation.md) -[](./example/src/advanced-parallax/index.tsx) -[](./example/src/pause-advanced-parallax/index.tsx) -[](./example/src/scale-fade-in-out/index.tsx) -[](./example/src/rotate-scale-fade-in-out/index.tsx) -[](./example/src/rotate-in-out/index.tsx) -[](./example/src/anim-tab-bar/index.tsx) -[](./example/src/marquee/index.tsx) -[](./example/src/multiple/index.tsx) -[

](./example/src/parallax-layers/index.tsx) -[

](./example/src/flow/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/advanced-parallax/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/pause-advanced-parallax/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/scale-fade-in-out/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/rotate-scale-fade-in-out/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/rotate-in-out/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/anim-tab-bar/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/marquee/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/multiple/index.tsx) +[

](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/parallax-layers/index.tsx) +[

](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/flow/index.tsx) ## Table of contents diff --git a/README.zh-CN.md b/README.zh-CN.md index 24d8f7f3..12cc66cb 100644 --- a/README.zh-CN.md +++ b/README.zh-CN.md @@ -23,27 +23,27 @@ > 点击图片,查看代码 [[试一下]](https://snack.expo.dev/@zhaodonghao586/simple-carousel) 🍺 -[](./example/src/normal/index.tsx) -[](./example/src/normal/index.tsx) -[](./example/src/parallax/index.tsx) -[](./example/src/parallax/index.tsx) -[](./example/src/stack/index.tsx) -[](./example/src/stack/index.tsx) -[](./example/src/stack/index.tsx) -[](./example/src/stack/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/normal/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/normal/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/parallax/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/parallax/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/stack/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/stack/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/stack/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/stack/index.tsx) > 现在你可以和我们一起来制作酷炫的动画了! 非常简单! [[详情]](./docs/custom-animation.zh-CN.md) -[](./example/src/advanced-parallax/index.tsx) -[](./example/src/pause-advanced-parallax/index.tsx) -[](./example/src/scale-fade-in-out/index.tsx) -[](./example/src/rotate-scale-fade-in-out/index.tsx) -[](./example/src/rotate-in-out/index.tsx) -[](./example/src/anim-tab-bar/index.tsx) -[](./example/src/marquee/index.tsx) -[](./example/src/multiple/index.tsx) -[

](./example/src/parallax-layers/index.tsx) -[

](./example/src/flow/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/advanced-parallax/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/pause-advanced-parallax/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/scale-fade-in-out/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/rotate-scale-fade-in-out/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/rotate-in-out/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/anim-tab-bar/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/marquee/index.tsx) +[](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/multiple/index.tsx) +[

](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/parallax-layers/index.tsx) +[

](https://github.com/dohooo/react-native-reanimated-carousel/tree/main/example/src/flow/index.tsx) ## 目录