Skip to content

Commit ff8b92c

Browse files
committed
fix(ui): downgrade react-native-reanimated to 3.16.7
1 parent 2103802 commit ff8b92c

File tree

3 files changed

+8
-21
lines changed

3 files changed

+8
-21
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
"react-native-quick-base64": "2.1.2",
9898
"react-native-quick-bip39": "0.0.9",
9999
"react-native-quick-crypto": "0.7.12",
100-
"react-native-reanimated": "3.17.1",
100+
"react-native-reanimated": "3.16.7",
101101
"react-native-reanimated-carousel": "4.0.2",
102102
"react-native-restart": "0.0.27",
103103
"react-native-safe-area-context": "5.2.0",

src/screens/Wallets/Receive/ReceiveDetails.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React, { ReactElement, memo, useState, useEffect } from 'react';
22
import { useTranslation } from 'react-i18next';
3-
import { Image, Platform, StyleSheet, View } from 'react-native';
3+
import { Image, StyleSheet, View } from 'react-native';
44
import Animated, { FadeIn, FadeOut } from 'react-native-reanimated';
55

66
import BottomSheetNavigationHeader from '../../../components/BottomSheetNavigationHeader';
@@ -177,9 +177,7 @@ const ReceiveDetails = ({
177177
<Animated.View
178178
style={styles.bottom}
179179
entering={FadeIn}
180-
// FadeOut causing a bug on Android
181-
exiting={Platform.OS === 'ios' ? FadeOut : undefined}
182-
>
180+
exiting={FadeOut}>
183181
<Caption13Up style={styles.label} color="secondary">
184182
{t('tags')}
185183
</Caption13Up>

yarn.lock

Lines changed: 5 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5894,7 +5894,7 @@ __metadata:
58945894
react-native-quick-base64: 2.1.2
58955895
react-native-quick-bip39: 0.0.9
58965896
react-native-quick-crypto: 0.7.12
5897-
react-native-reanimated: 3.17.1
5897+
react-native-reanimated: 3.16.7
58985898
react-native-reanimated-carousel: 4.0.2
58995899
react-native-restart: 0.0.27
59005900
react-native-safe-area-context: 5.2.0
@@ -12629,16 +12629,6 @@ __metadata:
1262912629
languageName: node
1263012630
linkType: hard
1263112631

12632-
"react-native-is-edge-to-edge@npm:1.1.6":
12633-
version: 1.1.6
12634-
resolution: "react-native-is-edge-to-edge@npm:1.1.6"
12635-
peerDependencies:
12636-
react: ">=18.2.0"
12637-
react-native: ">=0.73.0"
12638-
checksum: 4e07c1e34c01c8d50fd7c1d0460db06f6f0515197405230386a8ffb950cb724b10743af032310d1384df0a90059bfb8992ba2d93344ce86315315f0493feccc2
12639-
languageName: node
12640-
linkType: hard
12641-
1264212632
"react-native-keyboard-accessory@npm:0.1.16":
1264312633
version: 0.1.16
1264412634
resolution: "react-native-keyboard-accessory@npm:0.1.16"
@@ -12818,9 +12808,9 @@ __metadata:
1281812808
languageName: node
1281912809
linkType: hard
1282012810

12821-
"react-native-reanimated@npm:3.17.1":
12822-
version: 3.17.1
12823-
resolution: "react-native-reanimated@npm:3.17.1"
12811+
"react-native-reanimated@npm:3.16.7":
12812+
version: 3.16.7
12813+
resolution: "react-native-reanimated@npm:3.16.7"
1282412814
dependencies:
1282512815
"@babel/plugin-transform-arrow-functions": ^7.0.0-0
1282612816
"@babel/plugin-transform-class-properties": ^7.0.0-0
@@ -12833,12 +12823,11 @@ __metadata:
1283312823
"@babel/preset-typescript": ^7.16.7
1283412824
convert-source-map: ^2.0.0
1283512825
invariant: ^2.2.4
12836-
react-native-is-edge-to-edge: 1.1.6
1283712826
peerDependencies:
1283812827
"@babel/core": ^7.0.0-0
1283912828
react: "*"
1284012829
react-native: "*"
12841-
checksum: fd05040a3fc6a8f4efb387657c0cd6c314e5e6b50f859e127d6891d8f81c65b020ddcf78615aa0074b4e134e450d38c40db916c544e1e2efa26c50c82815607d
12830+
checksum: 108095709cd7a3effc5b5d276d94e161b399bd2d06e32140834168a0051545401bb09228071447e5925571da3f86f335d2a82c76751cdae07f66faf50b25c97f
1284212831
languageName: node
1284312832
linkType: hard
1284412833

0 commit comments

Comments
 (0)