Skip to content

Commit

Permalink
Merge pull request #5430 from wordpress-mobile/update/reanimated-2.9.…
Browse files Browse the repository at this point in the history
…1-wp-3

Update React Native Reanimated to `2.9.1-wp-3`
  • Loading branch information
Gerardo Pacheco authored Feb 1, 2023
2 parents 46e587d + 6a4a409 commit ff81e2e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions RELEASE-NOTES.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
Unreleased
---
* [*] Bump Android `minSdkVersion` to 24 [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5435]
* [*] Update React Native Reanimated to 2.9.1-wp-3 [https://github.com/wordpress-mobile/gutenberg-mobile/pull/5430]

1.87.3
---
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"compiler_flags": "-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32 -Wno-nullability-completeness",
"source": {
"git": "https://github.com/wordpress-mobile/gutenberg-mobile.git",
"commit": "e91d1bffb713544d0d224266c17d5dccc940e775",
"commit": "1ab6dfb16553516fa01d698523f4472a57f26d99",
"submodules": "true"
},
"header_dir": "FBReactNativeSpec",
Expand Down
4 changes: 2 additions & 2 deletions third-party-podspecs/RNReanimated.podspec.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "RNReanimated",
"version": "2.9.1-wp-2",
"version": "2.9.1-wp-3",
"summary": "More powerful alternative to Animated library for React Native.",
"description": "RNReanimated",
"homepage": "https://github.com/software-mansion/react-native-reanimated",
Expand All @@ -14,7 +14,7 @@
},
"source": {
"git": "https://github.com/wordpress-mobile/react-native-reanimated.git",
"tag": "2.9.1-wp-2"
"tag": "2.9.1-wp-3"
},
"source_files": [
"ios/**/*.{mm,h,m}",
Expand Down

0 comments on commit ff81e2e

Please sign in to comment.