Skip to content

Commit

Permalink
Release 2.3.0-beta.4 πŸŽ‰ (software-mansion#2660)
Browse files Browse the repository at this point in the history
## Description

Release 2.3.0-beta.4 πŸŽ‰
  • Loading branch information
piaskowyk authored Nov 26, 2021
1 parent 9037d5b commit 6131585
Show file tree
Hide file tree
Showing 9 changed files with 232 additions and 236 deletions.
432 changes: 216 additions & 216 deletions Example/ios/Podfile.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions Example/ios/ReanimatedExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 ";
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
Expand Down Expand Up @@ -626,7 +626,7 @@
COPY_PHASE_STRIP = YES;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "arm64 ";
"EXCLUDED_ARCHS[sdk=iphonesimulator*]" = "";
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
Expand Down
2 changes: 1 addition & 1 deletion Example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"expo-asset": "^8.2.0",
"react": "17.0.2",
"react-dom": "^16.13.1",
"react-native": "0.67.0-rc.2",
"react-native": "0.67.0-rc.3",
"react-native-gesture-handler": "^1.10.1",
"react-native-pager-view": "^5.4.1",
"react-native-safe-area-context": "^3.1.9",
Expand Down
8 changes: 4 additions & 4 deletions Example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9267,10 +9267,10 @@ react-native-web@^0.14.7:
prop-types "^15.6.0"
react-timer-mixin "^0.13.4"

react-native@0.67.0-rc.2:
version "0.67.0-rc.2"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.67.0-rc.2.tgz#a0fd84881d56237b9c1b08b585f25d0b271a0713"
integrity sha512-JwVrFd1UvSMQtSO3x2hEr2ToIa/0uJOzJECbDpy6+c3xLh7LCKEq+E9lCPXRc1Cmz9kKZ3RQCsynRmZyCDAu5Q==
react-native@0.67.0-rc.3:
version "0.67.0-rc.3"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.67.0-rc.3.tgz#cc10f3bde2ac0f275d46043f8a4e9e15482cc015"
integrity sha512-l+FHxHsqZ5AyYPtgtycH2d3+oXSqwIlREzHYOEmtLxuhZ6etuQUk4MW7IKSavkzAIL6Z84gw2Sf7FlxEgwlXxg==
dependencies:
"@jest/create-cache-key-function" "^27.0.1"
"@react-native-community/cli" "^6.0.0"
Expand Down
4 changes: 2 additions & 2 deletions createNPMPackage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ROOT=$(pwd)

unset CI

versions=("0.67.0-rc.2" "0.66.0" "0.65.1" "0.64.1" "0.63.3")
versions=("0.67.0-rc.3" "0.66.3" "0.65.1" "0.64.3" "0.63.3")
version_name=("67" "66" "65" "64" "63")

for index in {0..4}
Expand Down Expand Up @@ -76,7 +76,7 @@ rm -r $(find . ! -name '.' ! -name 'jni' -maxdepth 1)
rm $(find . -name '*libc++_shared.so')
cd ../..

yarn add react-native@0.67.0-rc.2 --dev
yarn add react-native@0.67.0-rc.3 --dev

mv android android-temp
mv android-npm android
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-reanimated",
"version": "2.3.0-beta.3",
"version": "2.3.0-beta.4",
"description": "More powerful alternative to Animated library for React Native.",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
Expand Down Expand Up @@ -115,7 +115,7 @@
"lint-staged": "^11.2.0",
"prettier": "^2.2.1",
"react": "17.0.2",
"react-native": "0.67.0-rc.2",
"react-native": "0.67.0-rc.3",
"react-native-codegen": "^0.0.7",
"react-native-gesture-handler": "^1.6.1",
"react-test-renderer": "17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion src/createAnimatedComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ export default function createAnimatedComponent(

// detach old animatedProps
if (prevAnimatedProps && prevAnimatedProps !== this.props.animatedProps) {
prevAnimatedProps.viewDescriptors.remove(viewTag);
prevAnimatedProps.viewDescriptors!.remove(viewTag as number);
}

// attach animatedProps property
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ runOnUI(() => {
for (const key in layoutAnimation) {
currentAnimation[key] = layoutAnimation[key];
}
enteringAnimationForTag[tag] = null;
}

const sv: { value: boolean; _value: boolean } = configs[tag].sv;
Expand All @@ -63,9 +62,6 @@ runOnUI(() => {
_stopObservingProgress(tag, finished);
}
style.callback && style.callback(finished);
if (type === 'entering') {
enteringAnimationForTag[tag] = null;
}
};

if (backupColor) {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9052,10 +9052,10 @@ react-native-screens@^3.4.0:
dependencies:
warn-once "^0.1.0"

react-native@0.67.0-rc.2:
version "0.67.0-rc.2"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.67.0-rc.2.tgz#a0fd84881d56237b9c1b08b585f25d0b271a0713"
integrity sha512-JwVrFd1UvSMQtSO3x2hEr2ToIa/0uJOzJECbDpy6+c3xLh7LCKEq+E9lCPXRc1Cmz9kKZ3RQCsynRmZyCDAu5Q==
react-native@0.67.0-rc.3:
version "0.67.0-rc.3"
resolved "https://registry.yarnpkg.com/react-native/-/react-native-0.67.0-rc.3.tgz#cc10f3bde2ac0f275d46043f8a4e9e15482cc015"
integrity sha512-l+FHxHsqZ5AyYPtgtycH2d3+oXSqwIlREzHYOEmtLxuhZ6etuQUk4MW7IKSavkzAIL6Z84gw2Sf7FlxEgwlXxg==
dependencies:
"@jest/create-cache-key-function" "^27.0.1"
"@react-native-community/cli" "^6.0.0"
Expand Down

0 comments on commit 6131585

Please sign in to comment.