Skip to content

Commit dfc98f3

Browse files
authored
Merge branch 'main' into @wisniewskij/css-gradients-linear-anim
2 parents 7a8a969 + df89d77 commit dfc98f3

File tree

64 files changed

+2073
-780
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+2073
-780
lines changed

README.md

Lines changed: 18 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
<img src="https://user-images.githubusercontent.com/16062886/117443145-ff868480-af37-11eb-8680-648bccf0d0ce.png" alt="React Native Reanimated by Software Mansion" width="100%">
1+
<img src="https://github.com/user-attachments/assets/a516a6ef-fc1e-4d38-a4d8-6d53d6e51a21" alt="React Native Reanimated and React Native Worklets by Software Mansion" width="100%">
2+
3+
# Reanimated & Worklets
4+
5+
This repository contains two main packages:
6+
7+
- [React Native Reanimated](/packages/react-native-reanimated) — a library for creating smooth animations and interactions in React Native,
8+
- [React Native Worklets](/packages/react-native-worklets) — a library that enables multi-threaded JavaScript execution in React Native applications.
29

310
### Create smooth animations with an excellent developer experience.
411

512
> Reanimated 4 is here! Check out our [documentation page](https://docs.swmansion.com/react-native-reanimated/) for more information
613
7-
### Nightly CI state
14+
## Nightly CI state
815

916
[![NPM Reanimated publish nightly](https://github.com/software-mansion/react-native-reanimated/actions/workflows/npm-reanimated-publish-nightly.yml/badge.svg)](https://github.com/software-mansion/react-native-reanimated/actions/workflows/npm-reanimated-publish-nightly.yml)
1017
[![NPM Worklets publish [Nightly]](https://github.com/software-mansion/react-native-reanimated/actions/workflows/npm-worklets-publish-nightly.yml/badge.svg)](https://github.com/software-mansion/react-native-reanimated/actions/workflows/npm-worklets-publish-nightly.yml)
@@ -20,17 +27,20 @@
2027

2128
## Installation
2229

23-
Check out the [installation](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started/#installation) section of our docs for the detailed installation instructions.
30+
Check out the detailed installation [instructions for Reanimated](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started/#installation) and [instructions for Worklets](https://docs.swmansion.com/react-native-worklets/docs/getting-started/#installation) their dedicated documentation pages.
2431

2532
## Compatibility
2633

27-
React Native Reanimated 4.x supports only the [New React Native architecture](https://reactnative.dev/architecture/landing-page) and three latest React Native versions.
34+
Reanimated 4.x and Worklets support only the [New React Native architecture](https://reactnative.dev/architecture/landing-page) and three latest React Native versions.
2835

2936
If your app still runs on the old architecture, please consider adopting the New Architecture or stay with latest 3.x release.
3037

3138
## Documentation
3239

33-
Check out our dedicated documentation page for info about this library, API reference and more: [https://docs.swmansion.com/react-native-reanimated/](https://docs.swmansion.com/react-native-reanimated/)
40+
You can find more information about Reanimated and Worklets, their API references and more in their dedicated documentation pages:
41+
42+
- Reanimated — [https://docs.swmansion.com/react-native-reanimated/](https://docs.swmansion.com/react-native-reanimated/)
43+
- Worklets — [https://docs.swmansion.com/react-native-worklets/](https://docs.swmansion.com/react-native-worklets/)
3444

3545
## Examples
3646

@@ -39,7 +49,7 @@ If you want to play with the API but don't feel like trying it on a real app, yo
3949

4050
## License
4151

42-
Reanimated library is licensed under [The MIT License](LICENSE).
52+
Reanimated and Worklets libraries are licensed under [The MIT License](LICENSE).
4353

4454
## Credits
4555

@@ -51,8 +61,8 @@ This project has been built and is maintained thanks to the support from [Shopif
5161

5262
## Community Discord
5363

54-
[Join the Software Mansion Community Discord](https://discord.swmansion.com) to chat about Reanimated or other Software Mansion libraries.
64+
[Join the Software Mansion Community Discord](https://discord.swmansion.com) to chat about Reanimated, Worklets or other Software Mansion libraries.
5565

56-
## Reanimated is created by Software Mansion
66+
## Reanimated and Worklets are created by Software Mansion
5767

5868
Since 2012 [Software Mansion](https://swmansion.com) is a software agency with experience in building web and mobile apps. We are 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=reanimated&utm_medium=readme).

apps/common-app/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
"@react-native-community/cli": "20.1.0",
5353
"@react-native-community/cli-platform-android": "20.1.0",
5454
"@react-native-community/cli-platform-ios": "20.1.0",
55-
"@react-native/babel-preset": "0.84.0-rc.4",
56-
"@react-native/eslint-config": "0.84.0-rc.4",
57-
"@react-native/metro-config": "0.84.0-rc.4",
58-
"@react-native/typescript-config": "0.84.0-rc.4",
55+
"@react-native/babel-preset": "0.84.0",
56+
"@react-native/eslint-config": "0.84.0",
57+
"@react-native/metro-config": "0.84.0",
58+
"@react-native/typescript-config": "0.84.0",
5959
"@tsconfig/react-native": "3.0.0",
6060
"@types/d3-shape": "3.1.7",
6161
"@types/jest": "30.0.0",
@@ -65,7 +65,7 @@
6565
"jest": "30.2.0",
6666
"madge": "8.0.0",
6767
"prettier": "3.6.2",
68-
"react-native": "0.84.0-rc.4",
68+
"react-native": "0.84.0",
6969
"react-test-renderer": "19.2.3",
7070
"typescript": "5.8.3",
7171
"typescript-eslint": "8.46.0"

0 commit comments

Comments
 (0)