Skip to content

Commit 1f9f1bd

Browse files
committed
[chore] Fix Android clipping (upgrade native code)
1 parent 6913e21 commit 1f9f1bd

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ PODS:
324324
- RNScreens (3.4.0):
325325
- React-Core
326326
- React-RCTImage
327-
- RNSharedElement (0.8.0-alpha.1):
327+
- RNSharedElement (0.8.0-alpha.3):
328328
- React
329329
- RNVectorIcons (6.7.0):
330330
- React
@@ -543,7 +543,7 @@ SPEC CHECKSUMS:
543543
RNGestureHandler: a479ebd5ed4221a810967000735517df0d2db211
544544
RNReanimated: d9da990fc90123f4ffbfdda93d00fc15174863a8
545545
RNScreens: 21b73c94c9117e1110a79ee0ee80c93ccefed8ce
546-
RNSharedElement: 6c2967c5926f47c508096b6587ce5d9a9db4a1b9
546+
RNSharedElement: d785844f8bc7c6a51478ce4ef3927793cb5281c0
547547
RNVectorIcons: 368d6d8b8301224e5ffb6254191f4f8876c2be0d
548548
UMAppLoader: 21af63390e55c82e037fb9752d93114a80ecf16e
549549
UMCore: 2f671796d7439604a1cf8ac7bbe5809cd5c50437

example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"react-native-reanimated": "~2.2.0",
2222
"react-native-safe-area-context": "3.2.0",
2323
"react-native-screens": "~3.4.0",
24-
"react-native-shared-element": "^0.8.0-alpha.1",
24+
"react-native-shared-element": "0.8.0-alpha.3",
2525
"react-native-touchable-scale": "^2.1.1",
2626
"react-native-unimodules": "~0.14.5",
2727
"react-native-vector-icons": "^6.6.0",

example/yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6677,10 +6677,10 @@ react-native-screens@~3.4.0:
66776677
dependencies:
66786678
warn-once "^0.1.0"
66796679

6680-
react-native-shared-element@^0.8.0-alpha.1:
6681-
version "0.8.0-alpha.1"
6682-
resolved "https://registry.yarnpkg.com/react-native-shared-element/-/react-native-shared-element-0.8.0-alpha.1.tgz#ce05a00017f8760da1b1e665a7a664f93924333c"
6683-
integrity sha512-v+xBrrcdFawfZJYbpFTT1+YRxQ+xyECXmXGIF+0qD1JqLUDinT2HT2bIxoSjlHdcoWPh0/Wcef13SASTNe81ZQ==
6680+
react-native-shared-element@0.8.0-alpha.3:
6681+
version "0.8.0-alpha.3"
6682+
resolved "https://registry.yarnpkg.com/react-native-shared-element/-/react-native-shared-element-0.8.0-alpha.3.tgz#9351ad04fc76206858b0ecb469994eea9c9d9895"
6683+
integrity sha512-zDcNcf6xTAZW/CVWKYoLXXxsQRq2HoYUsP+lMo60stGX1rds+lQJPtAgTw7ebfNE3lk054SBab6oHopP9USb4A==
66846684

66856685
react-native-touchable-scale@^2.1.1:
66866686
version "2.1.2"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"eslint": "^7.32.0",
5555
"expo-module-scripts": "^2.0.0",
5656
"prettier": "^2.3.2",
57-
"react-native-shared-element": "^0.8.0-alpha.1",
57+
"react-native-shared-element": "0.8.0-alpha.3",
5858
"react-navigation": "^4.4.4",
5959
"react-navigation-stack": "^2.10.4",
6060
"react-navigation-tabs": "^2.11.1"

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7466,10 +7466,10 @@ react-native-safe-area-view@^0.14.9:
74667466
dependencies:
74677467
hoist-non-react-statics "^2.3.1"
74687468

7469-
react-native-shared-element@^0.8.0-alpha.1:
7470-
version "0.8.0-alpha.1"
7471-
resolved "https://registry.yarnpkg.com/react-native-shared-element/-/react-native-shared-element-0.8.0-alpha.1.tgz#ce05a00017f8760da1b1e665a7a664f93924333c"
7472-
integrity sha512-v+xBrrcdFawfZJYbpFTT1+YRxQ+xyECXmXGIF+0qD1JqLUDinT2HT2bIxoSjlHdcoWPh0/Wcef13SASTNe81ZQ==
7469+
react-native-shared-element@0.8.0-alpha.3:
7470+
version "0.8.0-alpha.3"
7471+
resolved "https://registry.yarnpkg.com/react-native-shared-element/-/react-native-shared-element-0.8.0-alpha.3.tgz#9351ad04fc76206858b0ecb469994eea9c9d9895"
7472+
integrity sha512-zDcNcf6xTAZW/CVWKYoLXXxsQRq2HoYUsP+lMo60stGX1rds+lQJPtAgTw7ebfNE3lk054SBab6oHopP9USb4A==
74737473

74747474
react-native-tab-view@^2.15.2:
74757475
version "2.16.0"

0 commit comments

Comments
 (0)