Skip to content

Commit

Permalink
chore: adds an example
Browse files Browse the repository at this point in the history
  • Loading branch information
dohooo committed May 5, 2024
1 parent 4e2d71c commit d859eb2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions example/website/pages/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ slug: /usage

Here is a simple usage of the **React Native Reanimated Carousel**. For more scrollable usage please read [Scrollables](./faq#used-in-scrollviewflatlist).

<video width="320" height="240" autoPlay loop style={{border:'1px solid gray', margin:"0 auto",borderRadius:10,marginTop:10}}>
<source src="/parallax-pagination.mov" type="video/mp4"/>
</video>

```tsx
import * as React from "react";
import { Dimensions, Text, View } from "react-native";
Expand Down
Binary file added example/website/public/parallax-pagination.mov
Binary file not shown.

0 comments on commit d859eb2

Please sign in to comment.