[CHORE] Update react-native-reanimated to 1.3.0 (#1246)

This commit is contained in:
Djorkaeff Alexandre 2019-09-27 14:18:11 -03:00 committed by Diego Mello
parent 83fa56bb9c
commit 3dd47519fe
13 changed files with 310 additions and 279 deletions

View File

@ -165,6 +165,7 @@ class RoomsListView extends React.Component {
this.willFocusListener = props.navigation.addListener('willFocus', () => { this.willFocusListener = props.navigation.addListener('willFocus', () => {
// Check if there were changes while not focused (it's set on sCU) // Check if there were changes while not focused (it's set on sCU)
if (this.shouldUpdate) { if (this.shouldUpdate) {
animateNextTransition();
this.forceUpdate(); this.forceUpdate();
this.shouldUpdate = false; this.shouldUpdate = false;
} }

View File

@ -369,7 +369,7 @@ PODS:
- RSKImageCropper - RSKImageCropper
- RNLocalize (1.1.4): - RNLocalize (1.1.4):
- React - React
- RNReanimated (1.2.0): - RNReanimated (1.3.0):
- React - React
- RNScreens (2.0.0-alpha.3): - RNScreens (2.0.0-alpha.3):
- React - React
@ -725,7 +725,7 @@ SPEC CHECKSUMS:
RNGestureHandler: 4cb47a93019c1a201df2644413a0a1569a51c8aa RNGestureHandler: 4cb47a93019c1a201df2644413a0a1569a51c8aa
RNImageCropPicker: 0a731d984e64ee4c28bddaa7ce52262e4b80979f RNImageCropPicker: 0a731d984e64ee4c28bddaa7ce52262e4b80979f
RNLocalize: 62a949d2ec5bee0eb8f39a80a48f01e2f4f67080 RNLocalize: 62a949d2ec5bee0eb8f39a80a48f01e2f4f67080
RNReanimated: 1b52415c4302f198cb581282a0166690bad62c43 RNReanimated: 6abbbae2e5e72609d85aabd92a982a94566885f1
RNScreens: 402a99b0a27c0c32f079cec12d3ccbd35e20cd7f RNScreens: 402a99b0a27c0c32f079cec12d3ccbd35e20cd7f
RNUserDefaults: 8a4928443510aa99e4ccb3b53f1bf186593d690b RNUserDefaults: 8a4928443510aa99e4ccb3b53f1bf186593d690b
RNVectorIcons: 0bb4def82230be1333ddaeee9fcba45f0b288ed4 RNVectorIcons: 0bb4def82230be1333ddaeee9fcba45f0b288ed4

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native-reanimated/ios/Nodes/REACallFuncNode.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native-reanimated/ios/Nodes/REAFunctionNode.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native-reanimated/ios/Nodes/REAParamNode.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native-reanimated/ios/Nodes/REACallFuncNode.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native-reanimated/ios/Nodes/REAFunctionNode.h

View File

@ -0,0 +1 @@
../../../../../node_modules/react-native-reanimated/ios/Nodes/REAParamNode.h

View File

@ -1,6 +1,6 @@
{ {
"name": "RNReanimated", "name": "RNReanimated",
"version": "1.2.0", "version": "1.3.0",
"summary": "More powerful alternative to Animated library for React Native.", "summary": "More powerful alternative to Animated library for React Native.",
"description": "RNReanimated", "description": "RNReanimated",
"homepage": "https://github.com/kmagiera/react-native-reanimated", "homepage": "https://github.com/kmagiera/react-native-reanimated",
@ -13,7 +13,7 @@
}, },
"source": { "source": {
"git": "https://github.com/kmagiera/react-native-reanimated.git", "git": "https://github.com/kmagiera/react-native-reanimated.git",
"tag": "1.2.0" "tag": "1.3.0"
}, },
"source_files": "ios/**/*.{h,m}", "source_files": "ios/**/*.{h,m}",
"requires_arc": true, "requires_arc": true,

View File

@ -369,7 +369,7 @@ PODS:
- RSKImageCropper - RSKImageCropper
- RNLocalize (1.1.4): - RNLocalize (1.1.4):
- React - React
- RNReanimated (1.2.0): - RNReanimated (1.3.0):
- React - React
- RNScreens (2.0.0-alpha.3): - RNScreens (2.0.0-alpha.3):
- React - React
@ -725,7 +725,7 @@ SPEC CHECKSUMS:
RNGestureHandler: 4cb47a93019c1a201df2644413a0a1569a51c8aa RNGestureHandler: 4cb47a93019c1a201df2644413a0a1569a51c8aa
RNImageCropPicker: 0a731d984e64ee4c28bddaa7ce52262e4b80979f RNImageCropPicker: 0a731d984e64ee4c28bddaa7ce52262e4b80979f
RNLocalize: 62a949d2ec5bee0eb8f39a80a48f01e2f4f67080 RNLocalize: 62a949d2ec5bee0eb8f39a80a48f01e2f4f67080
RNReanimated: 1b52415c4302f198cb581282a0166690bad62c43 RNReanimated: 6abbbae2e5e72609d85aabd92a982a94566885f1
RNScreens: 402a99b0a27c0c32f079cec12d3ccbd35e20cd7f RNScreens: 402a99b0a27c0c32f079cec12d3ccbd35e20cd7f
RNUserDefaults: 8a4928443510aa99e4ccb3b53f1bf186593d690b RNUserDefaults: 8a4928443510aa99e4ccb3b53f1bf186593d690b
RNVectorIcons: 0bb4def82230be1333ddaeee9fcba45f0b288ed4 RNVectorIcons: 0bb4def82230be1333ddaeee9fcba45f0b288ed4

File diff suppressed because it is too large Load Diff

View File

@ -69,7 +69,7 @@
"react-native-orientation-locker": "1.1.6", "react-native-orientation-locker": "1.1.6",
"react-native-picker-select": "6.3.0", "react-native-picker-select": "6.3.0",
"react-native-platform-touchable": "^1.1.1", "react-native-platform-touchable": "^1.1.1",
"react-native-reanimated": "^1.2.0", "react-native-reanimated": "^1.3.0",
"react-native-responsive-ui": "^1.1.1", "react-native-responsive-ui": "^1.1.1",
"react-native-safe-area-context": "^0.3.6", "react-native-safe-area-context": "^0.3.6",
"react-native-safe-area-view": "1.0.0-alpha.2", "react-native-safe-area-view": "1.0.0-alpha.2",

View File

@ -9216,10 +9216,10 @@ react-native-platform-touchable@^1.1.1:
resolved "https://registry.yarnpkg.com/react-native-platform-touchable/-/react-native-platform-touchable-1.1.1.tgz#fde4acc65eea585d28b164d0c3716a42129a68e4" resolved "https://registry.yarnpkg.com/react-native-platform-touchable/-/react-native-platform-touchable-1.1.1.tgz#fde4acc65eea585d28b164d0c3716a42129a68e4"
integrity sha1-/eSsxl7qWF0osWTQw3FqQhKaaOQ= integrity sha1-/eSsxl7qWF0osWTQw3FqQhKaaOQ=
react-native-reanimated@^1.2.0: react-native-reanimated@^1.3.0:
version "1.2.0" version "1.3.0"
resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-1.2.0.tgz#9219227a52a5dfa4d34c324596d6726ccd874293" resolved "https://registry.yarnpkg.com/react-native-reanimated/-/react-native-reanimated-1.3.0.tgz#581cdb0bd1ff05e7304b116af712ded0c7665ede"
integrity sha512-vkWRHrPK5qfHP/ZawlRoo38oeYe9NZaaOH/lmFxRcsKzaSK6x3H5ZPXI8lK6MfTLveqwo1QhJje3zIKXO4nQQw== integrity sha512-KFno6D0q09kx71IDuPa4qeC1t1msALsCMuli3/EN3YDf8XoM2CG53yzhVHMFtmcW0IUCySugHgxQiuT5BzwOPA==
react-native-responsive-ui@^1.1.1: react-native-responsive-ui@^1.1.1:
version "1.1.1" version "1.1.1"