Skip to content

Tags: gax97/react-native-reanimated

Tags

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Stable release 2.3.0 🎉 (software-mansion#2692)

## Description

Stable release 2.3.0 🎉

2.3.0-beta.4

Toggle 2.3.0-beta.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 2.3.0-beta.4 🎉 (software-mansion#2660)

## Description

Release 2.3.0-beta.4 🎉

2.2.4

Toggle 2.2.4's commit message
Update ersion in package.json

2.3.0-beta.3

Toggle 2.3.0-beta.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: update homepage installation link (software-mansion#2545)


## Description

Fix homepage doc link.
Fixes software-mansion#2542 .

## Changes

<!--
Please describe things you've changed here, make a **high level** overview, if change is simple you can omit this section.

For example:

- Added `foo` method which add bouncing animation
- Updated `about.md` docs
- Added caching in CI builds

-->

<!--

## Screenshots / GIFs

Here you can add screenshots / GIFs documenting your change.

You can add before / after section if you're changing some behavior.

### Before

### After

-->

## Test code and steps to reproduce

<!--
Please include code that can be used to test this change and short description how this example should work.
This snippet should be as minimal as possible and ready to be pasted into editor (don't exclude exports or remove "not important" parts of reproduction example)
-->

## Checklist

- [ ] Included code example that can be used to test this change
- [ ] Updated TS types
- [ ] Added TS types tests
- [ ] Added unit / integration tests
- [x] Updated documentation
- [ ] Ensured that CI passes

2.2.3

Toggle 2.2.3's commit message
Support for RN66

2.3.0-beta.2

Toggle 2.3.0-beta.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Release 2.3.0-beta.2 (software-mansion#2471)

## Description

Update package.json before release 🚀

2.3.0-beta.1

Toggle 2.3.0-beta.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fixes before release (software-mansion#2453)

## Description
Fixes before `2.3.0-beta.1` release

2.2.2

Toggle 2.2.2's commit message
Remove unused .so from package

2.2.1

Toggle 2.2.1's commit message
Fix problem with user store

2.3.0-alpha.3

Toggle 2.3.0-alpha.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix build-script (software-mansion#2355)

## Description

We have many dependencies to React Native, but react is changing. If we want to support many versions of RN we need to add some specific changes dedicated to react version. In Java, it is harder than C++ because we haven't `#ifdef` mechanism. So I added a patch-like mechanism to replace some specific files during compilation time for specific RN versions.