Skip to content

Commit 44fe990

Browse files
rratmanskyfacebook-github-bot
authored andcommitted
Removing more unused libraries from the repo
Summary: This is removing packages and libraries from the repo. Any modified buck files simply change the redirect targets to something more appropriate (no logic actually changed) Differential Revision: D14950721 fbshipit-source-id: 6c14f827b76ca1dbaf83dcb983930f362c6a27d4
1 parent 5199001 commit 44fe990

File tree

44 files changed

+237
-57
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+237
-57
lines changed

RNTester/android/app/BUCK

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,12 @@ rn_android_library(
1515
is_androidx = True,
1616
deps = [
1717
":res",
18-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
19-
react_native_dep("third-party/android/support/v7/appcompat:appcompat"),
18+
react_native_dep("third-party/android/androidx:annotation"),
19+
react_native_dep("third-party/android/androidx:appcompat"),
20+
react_native_dep("third-party/android/androidx:core"),
21+
react_native_dep("third-party/android/androidx:fragment"),
22+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
23+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
2024
react_native_dep("third-party/java/jsr-305:jsr-305"),
2125
react_native_target("java/com/facebook/react:react"),
2226
react_native_target("java/com/facebook/react/common:build_config"),

ReactAndroid/src/androidTest/java/com/facebook/react/testing/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ rn_android_library(
1515
],
1616
deps = [
1717
react_native_dep("libraries/soloader/java/com/facebook/soloader:soloader"),
18-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
18+
react_native_dep("third-party/android/androidx:annotation"),
19+
react_native_dep("third-party/android/androidx:core"),
20+
react_native_dep("third-party/android/androidx:fragment"),
21+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
22+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
1923
react_native_dep("third-party/java/buck-android-support:buck-android-support"),
2024
react_native_dep("third-party/java/infer-annotations:infer-annotations"),
2125
react_native_dep("third-party/java/jsr-305:jsr-305"),

ReactAndroid/src/androidTest/java/com/facebook/react/testing/network/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,11 @@ rn_android_library(
77
"PUBLIC",
88
],
99
deps = [
10-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
10+
react_native_dep("third-party/android/androidx:annotation"),
11+
react_native_dep("third-party/android/androidx:core"),
12+
react_native_dep("third-party/android/androidx:fragment"),
13+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
14+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
1115
react_native_dep("third-party/java/jsr-305:jsr-305"),
1216
react_native_target("java/com/facebook/react/bridge:bridge"),
1317
react_native_target("java/com/facebook/react/module/annotations:annotations"),

ReactAndroid/src/androidTest/java/com/facebook/react/testing/rule/BUCK

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,12 @@ rn_android_library(
2020
react_native_dep("third-party/java/jsr-305:jsr-305"),
2121
react_native_dep("third-party/java/junit:junit"),
2222
react_native_dep("third-party/java/testing-support-lib:testing-support-lib"),
23-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
24-
react_native_dep("third-party/android/support/v7/appcompat:appcompat"),
23+
react_native_dep("third-party/android/androidx:annotation"),
24+
react_native_dep("third-party/android/androidx:appcompat"),
25+
react_native_dep("third-party/android/androidx:core"),
26+
react_native_dep("third-party/android/androidx:fragment"),
27+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
28+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
2529
react_native_dep("third-party/java/jsr-305:jsr-305"),
2630
react_native_integration_tests_target("java/com/facebook/react/testing:testing"),
2731
react_native_integration_tests_target("java/com/facebook/react/testing/idledetection:idledetection"),

ReactAndroid/src/androidTest/java/com/facebook/react/tests/BUCK

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,12 @@ rn_android_library(
88
"PUBLIC",
99
],
1010
deps = [
11-
react_native_dep("third-party/android/support/v7/appcompat:appcompat"),
12-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
11+
react_native_dep("third-party/android/androidx:annotation"),
12+
react_native_dep("third-party/android/androidx:appcompat"),
13+
react_native_dep("third-party/android/androidx:core"),
14+
react_native_dep("third-party/android/androidx:fragment"),
15+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
16+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
1317
react_native_dep("third-party/java/jsr-305:jsr-305"),
1418
react_native_dep("third-party/java/junit:junit"),
1519
react_native_integration_tests_target("java/com/facebook/react/testing:testing"),

ReactAndroid/src/main/android_res/com/facebook/catalyst/appcompat/BUCK

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ load("//tools/build_defs/oss:rn_defs.bzl", "react_native_dep", "rn_android_resou
55
rn_android_resource(
66
name = "appcompat",
77
package = "com.facebook.react",
8-
res = react_native_dep("third-party/android/support/v7/appcompat:res-unpacker-cmd"),
8+
res = react_native_dep("third-party/android/androidx:appcompat"),
99
visibility = ["//ReactAndroid/..."],
1010
)

ReactAndroid/src/main/java/com/facebook/react/BUCK

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ rn_android_library(
55
srcs = glob(["*.java"]),
66
is_androidx = True,
77
provided_deps = [
8-
react_native_dep("third-party/android/support/v7/appcompat:appcompat"),
9-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
8+
react_native_dep("third-party/android/androidx:annotation"),
9+
react_native_dep("third-party/android/androidx:appcompat"),
10+
react_native_dep("third-party/android/androidx:core"),
11+
react_native_dep("third-party/android/androidx:fragment"),
12+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
13+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
1014
],
1115
visibility = [
1216
"PUBLIC",

ReactAndroid/src/main/java/com/facebook/react/animated/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ rn_android_library(
66
"*.java",
77
]),
88
provided_deps = [
9-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
9+
react_native_dep("third-party/android/androidx:annotation"),
10+
react_native_dep("third-party/android/androidx:core"),
11+
react_native_dep("third-party/android/androidx:fragment"),
12+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
13+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
1014
],
1115
visibility = [
1216
"PUBLIC",

ReactAndroid/src/main/java/com/facebook/react/bridge/BUCK

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ rn_android_library(
2222
is_androidx = True,
2323
proguard_config = "reactnative.pro",
2424
provided_deps = [
25-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
25+
react_native_dep("third-party/android/androidx:annotation"),
26+
react_native_dep("third-party/android/androidx:core"),
27+
react_native_dep("third-party/android/androidx:fragment"),
28+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
29+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
2630
],
2731
required_for_source_only_abi = True,
2832
visibility = [
@@ -58,7 +62,11 @@ rn_android_library(
5862
is_androidx = True,
5963
proguard_config = "reactnative.pro",
6064
provided_deps = [
61-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
65+
react_native_dep("third-party/android/androidx:annotation"),
66+
react_native_dep("third-party/android/androidx:core"),
67+
react_native_dep("third-party/android/androidx:fragment"),
68+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
69+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
6270
],
6371
required_for_source_only_abi = True,
6472
visibility = [

ReactAndroid/src/main/java/com/facebook/react/common/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ rn_android_library(
1212
),
1313
is_androidx = True,
1414
provided_deps = [
15-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
15+
react_native_dep("third-party/android/androidx:annotation"),
16+
react_native_dep("third-party/android/androidx:core"),
17+
react_native_dep("third-party/android/androidx:fragment"),
18+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
19+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
1620
],
1721
required_for_source_only_abi = True,
1822
visibility = [

ReactAndroid/src/main/java/com/facebook/react/devsupport/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ rn_android_library(
66
is_androidx = True,
77
manifest = "AndroidManifest.xml",
88
provided_deps = [
9-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
9+
react_native_dep("third-party/android/androidx:annotation"),
10+
react_native_dep("third-party/android/androidx:core"),
11+
react_native_dep("third-party/android/androidx:fragment"),
12+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
13+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
1014
],
1115
visibility = [
1216
"PUBLIC",

ReactAndroid/src/main/java/com/facebook/react/fabric/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,11 @@ rn_android_library(
99
]),
1010
is_androidx = True,
1111
provided_deps = [
12-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
12+
react_native_dep("third-party/android/androidx:annotation"),
13+
react_native_dep("third-party/android/androidx:core"),
14+
react_native_dep("third-party/android/androidx:fragment"),
15+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
16+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
1317
],
1418
required_for_source_only_abi = True,
1519
visibility = [

ReactAndroid/src/main/java/com/facebook/react/modules/blob/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ rn_android_library(
55
srcs = glob(["**/*.java"]),
66
is_androidx = True,
77
provided_deps = [
8-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
8+
react_native_dep("third-party/android/androidx:annotation"),
9+
react_native_dep("third-party/android/androidx:core"),
10+
react_native_dep("third-party/android/androidx:fragment"),
11+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
12+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
913
],
1014
visibility = [
1115
"PUBLIC",

ReactAndroid/src/main/java/com/facebook/react/modules/datepicker/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ rn_android_library(
55
srcs = glob(["**/*.java"]),
66
is_androidx = True,
77
provided_deps = [
8-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
8+
react_native_dep("third-party/android/androidx:annotation"),
9+
react_native_dep("third-party/android/androidx:core"),
10+
react_native_dep("third-party/android/androidx:fragment"),
11+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
12+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
913
],
1014
visibility = [
1115
"PUBLIC",

ReactAndroid/src/main/java/com/facebook/react/modules/dialog/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ rn_android_library(
55
srcs = glob(["**/*.java"]),
66
is_androidx = True,
77
provided_deps = [
8-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
8+
react_native_dep("third-party/android/androidx:annotation"),
9+
react_native_dep("third-party/android/androidx:core"),
10+
react_native_dep("third-party/android/androidx:fragment"),
11+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
12+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
913
],
1014
visibility = [
1115
"PUBLIC",

ReactAndroid/src/main/java/com/facebook/react/modules/fresco/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ rn_android_library(
55
srcs = glob(["**/*.java"]),
66
is_androidx = True,
77
provided_deps = [
8-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
8+
react_native_dep("third-party/android/androidx:annotation"),
9+
react_native_dep("third-party/android/androidx:core"),
10+
react_native_dep("third-party/android/androidx:fragment"),
11+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
12+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
913
],
1014
visibility = [
1115
"PUBLIC",

ReactAndroid/src/main/java/com/facebook/react/modules/i18nmanager/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ rn_android_library(
55
srcs = glob(["*.java"]),
66
is_androidx = True,
77
provided_deps = [
8-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
8+
react_native_dep("third-party/android/androidx:annotation"),
9+
react_native_dep("third-party/android/androidx:core"),
10+
react_native_dep("third-party/android/androidx:fragment"),
11+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
12+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
913
],
1014
visibility = [
1115
"PUBLIC",

ReactAndroid/src/main/java/com/facebook/react/modules/netinfo/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ rn_android_library(
55
srcs = glob(["**/*.java"]),
66
is_androidx = True,
77
provided_deps = [
8-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
8+
react_native_dep("third-party/android/androidx:annotation"),
9+
react_native_dep("third-party/android/androidx:core"),
10+
react_native_dep("third-party/android/androidx:fragment"),
11+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
12+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
913
],
1014
visibility = [
1115
"PUBLIC",

ReactAndroid/src/main/java/com/facebook/react/modules/network/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ rn_android_library(
44
name = "network",
55
srcs = glob(["**/*.java"]),
66
provided_deps = [
7-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
7+
react_native_dep("third-party/android/androidx:annotation"),
8+
react_native_dep("third-party/android/androidx:core"),
9+
react_native_dep("third-party/android/androidx:fragment"),
10+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
11+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
812
],
913
visibility = [
1014
"PUBLIC",

ReactAndroid/src/main/java/com/facebook/react/modules/statusbar/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ rn_android_library(
55
srcs = glob(["**/*.java"]),
66
is_androidx = True,
77
provided_deps = [
8-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
8+
react_native_dep("third-party/android/androidx:annotation"),
9+
react_native_dep("third-party/android/androidx:core"),
10+
react_native_dep("third-party/android/androidx:fragment"),
11+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
12+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
913
],
1014
visibility = [
1115
"PUBLIC",

ReactAndroid/src/main/java/com/facebook/react/modules/timepicker/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ rn_android_library(
55
srcs = glob(["**/*.java"]),
66
is_androidx = True,
77
provided_deps = [
8-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
8+
react_native_dep("third-party/android/androidx:annotation"),
9+
react_native_dep("third-party/android/androidx:core"),
10+
react_native_dep("third-party/android/androidx:fragment"),
11+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
12+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
913
],
1014
visibility = [
1115
"PUBLIC",

ReactAndroid/src/main/java/com/facebook/react/shell/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ rn_android_library(
55
srcs = glob(["**/*.java"]),
66
is_androidx = True,
77
provided_deps = [
8-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
8+
react_native_dep("third-party/android/androidx:annotation"),
9+
react_native_dep("third-party/android/androidx:core"),
10+
react_native_dep("third-party/android/androidx:fragment"),
11+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
12+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
913
],
1014
visibility = [
1115
"PUBLIC",

ReactAndroid/src/main/java/com/facebook/react/surface/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,11 @@ rn_android_library(
1010
deps = [
1111
YOGA_TARGET,
1212
react_native_dep("libraries/fbcore/src/main/java/com/facebook/common/logging:logging"),
13-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
13+
react_native_dep("third-party/android/androidx:annotation"),
14+
react_native_dep("third-party/android/androidx:core"),
15+
react_native_dep("third-party/android/androidx:fragment"),
16+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
17+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
1418
react_native_dep("third-party/java/infer-annotations:infer-annotations"),
1519
react_native_dep("third-party/java/jsr-305:jsr-305"),
1620
react_native_target("java/com/facebook/react/bridge:bridge"),

ReactAndroid/src/main/java/com/facebook/react/uimanager/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ rn_android_library(
1515
),
1616
is_androidx = True,
1717
provided_deps = [
18-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
18+
react_native_dep("third-party/android/androidx:annotation"),
19+
react_native_dep("third-party/android/androidx:core"),
20+
react_native_dep("third-party/android/androidx:fragment"),
21+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
22+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
1923
],
2024
required_for_source_only_abi = True,
2125
visibility = [

ReactAndroid/src/main/java/com/facebook/react/uimanager/common/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ rn_android_library(
55
srcs = glob(["*.java"]),
66
is_androidx = True,
77
provided_deps = [
8-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
8+
react_native_dep("third-party/android/androidx:annotation"),
9+
react_native_dep("third-party/android/androidx:core"),
10+
react_native_dep("third-party/android/androidx:fragment"),
11+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
12+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
913
],
1014
required_for_source_only_abi = True,
1115
visibility = [

ReactAndroid/src/main/java/com/facebook/react/views/checkbox/BUCK

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,12 @@ rn_android_library(
55
srcs = glob(["*.java"]),
66
is_androidx = True,
77
provided_deps = [
8-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
9-
react_native_dep("third-party/android/support/v7/appcompat:appcompat"),
8+
react_native_dep("third-party/android/androidx:annotation"),
9+
react_native_dep("third-party/android/androidx:appcompat"),
10+
react_native_dep("third-party/android/androidx:core"),
11+
react_native_dep("third-party/android/androidx:fragment"),
12+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
13+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
1014
],
1115
visibility = [
1216
"PUBLIC",

ReactAndroid/src/main/java/com/facebook/react/views/common/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ rn_android_library(
55
srcs = glob(["*.java"]),
66
provided_deps = [
77
react_native_dep("third-party/java/jsr-305:jsr-305"),
8-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
8+
react_native_dep("third-party/android/androidx:annotation"),
9+
react_native_dep("third-party/android/androidx:core"),
10+
react_native_dep("third-party/android/androidx:fragment"),
11+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
12+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
913
],
1014
visibility = [
1115
"PUBLIC",

ReactAndroid/src/main/java/com/facebook/react/views/drawer/BUCK

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,11 @@ rn_android_library(
55
srcs = glob(["**/*.java"]),
66
is_androidx = True,
77
provided_deps = [
8-
react_native_dep("third-party/android/support/v4:lib-support-v4"),
8+
react_native_dep("third-party/android/androidx:annotation"),
9+
react_native_dep("third-party/android/androidx:core"),
10+
react_native_dep("third-party/android/androidx:fragment"),
11+
react_native_dep("third-party/android/androidx:legacy-support-core-ui"),
12+
react_native_dep("third-party/android/androidx:legacy-support-core-utils"),
913
],
1014
visibility = [
1115
"PUBLIC",

0 commit comments

Comments
 (0)