mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
ReactPicker extends AppCompatSpinner (#23303)
Summary: Google recommends to extend AppCompat widget, and this PR changes ReactPicker to extend AppCompatSpinner. [Android] [Changed] - ReactPicker extends AppCompatSpinner Pull Request resolved: https://github.com/facebook/react-native/pull/23303 Differential Revision: D13973918 Pulled By: cpojer fbshipit-source-id: f925994eb631815c7461ed519701cd77e7068f38
This commit is contained in:
committed by
Facebook Github Bot
parent
3cca9e76c5
commit
adc1410572
@@ -7,6 +7,7 @@ rn_android_library(
|
||||
"PUBLIC",
|
||||
],
|
||||
deps = [
|
||||
react_native_dep("third-party/android/support/v7/appcompat-orig:appcompat"),
|
||||
react_native_dep("third-party/android/support/v4:lib-support-v4"),
|
||||
react_native_dep("third-party/java/jsr-305:jsr-305"),
|
||||
react_native_dep("third-party/java/junit:junit"),
|
||||
|
||||
Reference in New Issue
Block a user