Skip to content

Commit

Permalink
Update links part 1
Browse files Browse the repository at this point in the history
  • Loading branch information
piaskowyk committed Sep 23, 2024
1 parent c130153 commit 99106da
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const items = [
link: 'https://twitter.com/bran_aust/status/1754907731536863670',
image: {
alt: 'brandon austin',
src: 'https://pbs.twimg.com/profile_images/1764586254145130496/gb774OEv_400x400.jpg',
src: 'https://pbs.twimg.com/profile_images/1807358745401286656/u6hI6CYo_400x400.jpg',
},
},
{
Expand All @@ -49,7 +49,7 @@ const items = [
link: 'https://twitter.com/codewithnomi_/status/1754910812584436199',
image: {
alt: 'syed noman',
src: 'https://pbs.twimg.com/profile_images/1739613764855738369/BG90fzKe_400x400.jpg',
src: 'https://pbs.twimg.com/profile_images/1830471268178546688/ZmDKS2cM_400x400.jpg',
},
},
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ title: Examples
sidebar_label: Examples
---

The source code for the example (showcase) app is under the [`Example/`](https://github.com/software-mansion/react-native-reanimated/blob/main/Example/) directory.
The source code for the example (showcase) app is under the [`Example/`](https://github.com/software-mansion/react-native-reanimated/tree/v1/Example) directory.

In order to run it you need to run those commands (starting at main directory):

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ offset.value = withTiming(0, {
```

You may want to visit [easings.net](https://easings.net/) and check various easing visualizations.
To learn how to apply these please refer to the [Easing.ts](https://github.com/software-mansion/react-native-reanimated/blob/main/src/reanimated2/Easing.ts) file where all the easing related helper methods are defined.
To learn how to apply these please refer to the [Easing.ts](https://github.com/software-mansion/react-native-reanimated/blob/Reanimated2/src/reanimated2/Easing.ts) file where all the easing related helper methods are defined.

### Spring

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ test('stop in a middle of animation', () => {

More example tests you can see in our repository

- [SharedValue.test.js](https://github.com/software-mansion/react-native-reanimated/blob/main/__tests__/SharedValue.test.tsx)
- [Animation.test.js](https://github.com/software-mansion/react-native-reanimated/blob/main/__tests__/Animation.test.tsx)
- [SharedValue.test.js](https://github.com/software-mansion/react-native-reanimated/blob/Reanimated2/__tests__/SharedValue.test.tsx)
- [Animation.test.js](https://github.com/software-mansion/react-native-reanimated/blob/Reanimated2/__tests__/Animation.test.tsx)

## Recommended testing library

Expand Down

0 comments on commit 99106da

Please sign in to comment.