Skip to content

Commit a02544c

Browse files
committed
fix: resolve conflits after rebase with main
1 parent 5ee6366 commit a02544c

File tree

4 files changed

+1
-99
lines changed

4 files changed

+1
-99
lines changed

src/components/Button/Button.tsx

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -346,12 +346,8 @@ const Button = (
346346
style,
347347
] as Animated.WithAnimatedValue<StyleProp<ViewStyle>>
348348
}
349-
<<<<<<< HEAD
350-
{...(isV3 && { elevation: elevation })}
351-
container
352-
=======
353349
elevation={elevation}
354-
>>>>>>> e44bc5a3f (refactor: remove `isV3` and MD2 from components (#4727))
350+
container
355351
>
356352
<TouchableRipple
357353
borderless

src/components/Card/Card.tsx

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -290,20 +290,7 @@ const Card = (
290290
<Surface
291291
ref={ref}
292292
style={[
293-
<<<<<<< HEAD
294-
isV3 && !isMode('elevated') && { backgroundColor },
295-
!isV3 &&
296-
(isMode('outlined')
297-
? styles.resetElevation
298-
: {
299-
elevation: computedElevation as unknown as number,
300-
}),
301-
=======
302293
!isMode('elevated') && { backgroundColor },
303-
{
304-
elevation: computedElevation as unknown as number,
305-
},
306-
>>>>>>> e44bc5a3f (refactor: remove `isV3` and MD2 from components (#4727))
307294
borderRadiusCombinedStyles,
308295
style,
309296
]}

src/components/IconButton/IconButton.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -179,12 +179,8 @@ const IconButton = forwardRef<View, Props>(
179179
borderStyles,
180180
style,
181181
]}
182-
<<<<<<< HEAD
183182
container
184-
{...(isV3 && { elevation: 0 })}
185-
=======
186183
elevation={0}
187-
>>>>>>> e44bc5a3f (refactor: remove `isV3` and MD2 from components (#4727))
188184
>
189185
<TouchableRipple
190186
borderless

yarn.lock

Lines changed: 0 additions & 77 deletions
Original file line numberDiff line numberDiff line change
@@ -4557,13 +4557,6 @@ __metadata:
45574557
languageName: node
45584558
linkType: hard
45594559

4560-
"@react-native/normalize-colors@npm:0.77.2":
4561-
version: 0.77.2
4562-
resolution: "@react-native/normalize-colors@npm:0.77.2"
4563-
checksum: 10c0/e2d542c066f292271ea6680c72067cb08ee87e6556a3d2f62636f4bf396c067beb7f4c447d97ab2a94e78066be53fab2634f5deecc9b874bb1caae4c78dc9a9a
4564-
languageName: node
4565-
linkType: hard
4566-
45674560
"@react-native/normalize-colors@npm:^0.74.1":
45684561
version: 0.74.89
45694562
resolution: "@react-native/normalize-colors@npm:0.74.89"
@@ -4588,23 +4581,6 @@ __metadata:
45884581
languageName: node
45894582
linkType: hard
45904583

4591-
"@react-native/virtualized-lists@npm:0.77.2":
4592-
version: 0.77.2
4593-
resolution: "@react-native/virtualized-lists@npm:0.77.2"
4594-
dependencies:
4595-
invariant: "npm:^2.2.4"
4596-
nullthrows: "npm:^1.1.1"
4597-
peerDependencies:
4598-
"@types/react": ^18.2.6
4599-
react: "*"
4600-
react-native: "*"
4601-
peerDependenciesMeta:
4602-
"@types/react":
4603-
optional: true
4604-
checksum: 10c0/299b67f5bba57bb119aef9d1f9ff8d9acdf6026e2df33f698c8f308b80c148b0f1ec4f171c44af2174af0f582851a11a0f33e26bc4412c9657d9798b33996b2c
4605-
languageName: node
4606-
linkType: hard
4607-
46084584
"@react-navigation/bottom-tabs@npm:^7.3.10":
46094585
version: 7.3.12
46104586
resolution: "@react-navigation/bottom-tabs@npm:7.3.12"
@@ -20011,59 +19987,6 @@ __metadata:
2001119987
languageName: node
2001219988
linkType: hard
2001319989

20014-
"react-native@npm:0.77.2":
20015-
version: 0.77.2
20016-
resolution: "react-native@npm:0.77.2"
20017-
dependencies:
20018-
"@jest/create-cache-key-function": "npm:^29.6.3"
20019-
"@react-native/assets-registry": "npm:0.77.2"
20020-
"@react-native/codegen": "npm:0.77.2"
20021-
"@react-native/community-cli-plugin": "npm:0.77.2"
20022-
"@react-native/gradle-plugin": "npm:0.77.2"
20023-
"@react-native/js-polyfills": "npm:0.77.2"
20024-
"@react-native/normalize-colors": "npm:0.77.2"
20025-
"@react-native/virtualized-lists": "npm:0.77.2"
20026-
abort-controller: "npm:^3.0.0"
20027-
anser: "npm:^1.4.9"
20028-
ansi-regex: "npm:^5.0.0"
20029-
babel-jest: "npm:^29.7.0"
20030-
babel-plugin-syntax-hermes-parser: "npm:0.25.1"
20031-
base64-js: "npm:^1.5.1"
20032-
chalk: "npm:^4.0.0"
20033-
commander: "npm:^12.0.0"
20034-
event-target-shim: "npm:^5.0.1"
20035-
flow-enums-runtime: "npm:^0.0.6"
20036-
glob: "npm:^7.1.1"
20037-
invariant: "npm:^2.2.4"
20038-
jest-environment-node: "npm:^29.6.3"
20039-
jsc-android: "npm:^250231.0.0"
20040-
memoize-one: "npm:^5.0.0"
20041-
metro-runtime: "npm:^0.81.3"
20042-
metro-source-map: "npm:^0.81.3"
20043-
nullthrows: "npm:^1.1.1"
20044-
pretty-format: "npm:^29.7.0"
20045-
promise: "npm:^8.3.0"
20046-
react-devtools-core: "npm:^6.0.1"
20047-
react-refresh: "npm:^0.14.0"
20048-
regenerator-runtime: "npm:^0.13.2"
20049-
scheduler: "npm:0.24.0-canary-efb381bbf-20230505"
20050-
semver: "npm:^7.1.3"
20051-
stacktrace-parser: "npm:^0.1.10"
20052-
whatwg-fetch: "npm:^3.0.0"
20053-
ws: "npm:^6.2.3"
20054-
yargs: "npm:^17.6.2"
20055-
peerDependencies:
20056-
"@types/react": ^18.2.6
20057-
react: ^18.2.0
20058-
peerDependenciesMeta:
20059-
"@types/react":
20060-
optional: true
20061-
bin:
20062-
react-native: cli.js
20063-
checksum: 10c0/ff7fca588766c1bc7a7ff2fa574e07d2ec16f8b64f4c7600980231e604c2c05918df38665fb1c57a656975ca7e81c42846549839db9da4eed8e8cacd8decc475
20064-
languageName: node
20065-
linkType: hard
20066-
2006719990
"react-refresh@npm:^0.14.0, react-refresh@npm:^0.14.2":
2006819991
version: 0.14.2
2006919992
resolution: "react-refresh@npm:0.14.2"

0 commit comments

Comments
 (0)