Skip to content

Commit ffdf693

Browse files
docs: update README
1 parent 6a9f8bb commit ffdf693

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

Diff for: README.md

+10-5
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,6 @@ Add `shimmer` style object to an `Animated` component to make it animate from le
8080

8181
<img src="https://github.com/user-attachments/assets/a64e8872-ce21-4681-9cc3-27b8497280ff" alt="Shimmer animation demo" align="right" width="275" />
8282

83-
> [!NOTE]
84-
> The example video on the right uses `@react-native-masked-view/masked-view` and `expo-linear-gradient`, and thus doesn't work on the Web.
85-
8683
```jsx
8784
import { shimmer } from 'react-native-css-animations';
8885
import Animated from 'react-native-reanimated';
@@ -107,7 +104,7 @@ import {
107104

108105
function App() {
109106
return (
110-
<Bounce>
107+
<Bounce style={styles.arrow}>
111108
<ArrowIcon />
112109
</Bounce>
113110
);
@@ -137,6 +134,14 @@ function App() {
137134
}
138135
```
139136

137+
## Examples
138+
139+
See how the examples where implemented in [our Example app](https://github.com/software-mansion-labs/react-native-css-animations/blob/main/example/src/App.tsx).
140+
140141
## Credits
141142

142-
- The examples and animations were adopted from [Tailwind CSS](https://tailwindcss.com/docs/animation).
143+
Most of the examples and animations were adopted from [Tailwind CSS](https://tailwindcss.com/docs/animation).
144+
145+
## React Native CSS Animations were brought to you by Software Mansion
146+
147+
We are a software agency with experience in building web and mobile apps. Core React Native Contributors and experts in dealing with all kinds of React Native issues. We can help you build your next dream product – [Hire us](https://swmansion.com/contact/projects?utm_source=css-animations&utm_medium=readme).

0 commit comments

Comments
 (0)