From 7b8ec83644d313b82b6754ffaa8267a257293b74 Mon Sep 17 00:00:00 2001 From: Valentin Vetter Date: Mon, 17 Jul 2023 10:08:26 +0200 Subject: [PATCH] fix: fix example URLs --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index fbdc724d..5b30d796 100644 --- a/README.md +++ b/README.md @@ -26,32 +26,32 @@ English | [简体中文](./README.zh-CN.md) | | | | | :------------------------------------------------------------------: | :-------------------------------------------------------------------: | :--------------------------------------------------------------------: | -| normal-horizontal | normal-vertical | parallax-horizontal | +| normal-horizontal | normal-vertical | parallax-horizontal | | | | | -| parallax-vertical | stack-horizontal-left | stack-horizontal-right | +| parallax-vertical | stack-horizontal-left | stack-horizontal-right | | | | | -| stack-vertical-left | stack-vertical-right | stack-horizontal-right | +| stack-vertical-left | stack-vertical-right | stack-horizontal-right | | | -| left-align | +| left-align | > Now you can make cool animations with us! Very easy! [[Details]](./docs/custom-animation.md) | | | | | :-----------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------------------: | :---------------------------------------------------------------------------: | -| advanced-parallax | pause-advanced-parallax | scale-fade-in-out | +| advanced-parallax | pause-advanced-parallax | scale-fade-in-out | | | | | -| rotate-scale-fade-in-out | rotate-in-out | anim-tab-bar | +| rotate-scale-fade-in-out | rotate-in-out | anim-tab-bar | | | | | -| marquee | multiple | circular | +| marquee | multiple | circular | | | | | -| fold | tear | press-swipe | +| fold | tear | press-swipe | | | | | -| cube-3d | blur-parallax | curve | +| cube-3d | blur-parallax | curve | | | | | -| parallax-layers | stack-cards | flow | +| parallax-layers | stack-cards | flow | | | || -| blur-rotate | | | +| blur-rotate | | | ## Table of contents @@ -151,11 +151,11 @@ export default Index; - Working principle - [About RNRC](./docs/about.md) -- How to run tests in `exampleExpo` +- How to run tests in `example/expo` ```shell $ yarn prepare $ yarn link --global - $ cd ./exampleExpo + $ cd ./example/expo $ yarn link react-native-reanimated-carousel --global $ yarn test ```