react-native/Libraries/Components
David Vacca 575f7d478d Implement HorizontalScrollView component
Summary: This diff implements the HorizontalScrollView component for Android Fabric C++, as part of this diff I also re-named the components AndroidHorizontalScrollContentView for RCTAndroidHorizontalScrollContentView and AndroidHorizontalScrollView for RCTAndroidHorizontalScrollView. This might sound against our plan of removing the RCT preffix, but it is to make it simpler to map components between current implementation of RN and Fabric (otherwise we don't know when to add the RCT preffix in Android side to find the right View Manager), later we can just remove the preffix from C++, Android, iOS and JS.

Reviewed By: shergin, achen1

Differential Revision: D9122729

fbshipit-source-id: e9299552857c6dd0c18abfa5fa49a3d50e221729
2018-08-28 23:03:33 -07:00
..
AccessibilityInfo Add flow suppressions to xplat android 2018-08-13 11:16:41 -07:00
ActivityIndicator Add flow suppressions to xplat android 2018-08-13 11:16:41 -07:00
AppleTV Spread TVViewProps into ViewProps instead of intersection 2018-05-12 10:35:26 -07:00
CheckBox Deprecate View prop-type definitions 2018-08-22 18:31:36 -07:00
Clipboard Adding flow strict local to remaining possible files in xplat/JS 2018-08-09 08:54:44 -07:00
DatePicker RN: Remove Native Prop Validation 2018-06-01 12:54:14 -07:00
DatePickerAndroid Replace '@flow strict(-local)' with '@flow' in .android.js files 2018-08-08 10:48:19 -07:00
DrawerAndroid Deprecate View prop-type definitions 2018-08-22 18:31:36 -07:00
Keyboard Bump Prettier to 1.13.4 on xplat 2018-06-06 05:32:06 -07:00
MaskedView Deprecate View prop-type definitions 2018-08-22 18:31:36 -07:00
Navigation Deprecate View prop-type definitions 2018-08-22 18:31:36 -07:00
Picker Deprecate View prop-type definitions 2018-08-22 18:31:36 -07:00
ProgressBarAndroid Replace '@flow strict(-local)' with '@flow' in .android.js files 2018-08-08 10:48:19 -07:00
ProgressViewIOS Deprecate View prop-type definitions 2018-08-22 18:31:36 -07:00
RefreshControl Adding flow strict local to remaining possible files in xplat/JS 2018-08-09 08:54:44 -07:00
SafeAreaView Deprecate View prop-type definitions 2018-08-22 18:31:36 -07:00
ScrollView Implement HorizontalScrollView component 2018-08-28 23:03:33 -07:00
SegmentedControlIOS Deprecate View prop-type definitions 2018-08-22 18:31:36 -07:00
Slider Fix more forwardRef displayNames 2018-06-19 14:17:19 -07:00
StatusBar Add flow suppressions to xplat android 2018-08-13 11:16:41 -07:00
Switch Move Switch native require call to new file 2018-08-08 15:03:01 -07:00
TabBarIOS Deprecate View prop-type definitions 2018-08-22 18:31:36 -07:00
TextInput Deprecate View prop-type definitions 2018-08-22 18:31:36 -07:00
TimePickerAndroid Replace '@flow strict(-local)' with '@flow' in .android.js files 2018-08-08 10:48:19 -07:00
ToastAndroid Replace '@flow strict(-local)' with '@flow' in .android.js files 2018-08-08 10:48:19 -07:00
ToolbarAndroid Deprecate View prop-type definitions 2018-08-22 18:31:36 -07:00
Touchable A11Y: Leverage New `AccessibilityProps` Props 2018-08-23 00:18:47 -07:00
UnimplementedViews Adding flow strict local to remaining possible files in xplat/JS 2018-08-09 08:54:44 -07:00
View Remove view configs from JS 2018-08-24 14:04:09 -07:00
ViewPager Deprecate View prop-type definitions 2018-08-22 18:31:36 -07:00
WKWebView Move WKWebView into WebView.ios.js 2018-08-16 16:52:44 -07:00
WebView Deprecate View prop-type definitions 2018-08-22 18:31:36 -07:00
Button.js accessibilityTraits + accessibilityComponentType >> accessibilityRole + accessibilityStates 2/3 2018-07-25 23:48:26 -07:00
ScrollResponder.js Fix keyboard handling with keyboardShouldPersistTaps: never 2018-05-14 23:46:50 -07:00
StaticContainer.react.js Prettier React Native Libraries 2018-05-10 19:10:38 -07:00
StaticRenderer.js Prettier React Native Libraries 2018-05-10 19:10:38 -07:00
Subscribable.js Prettier React Native Libraries 2018-05-10 19:10:38 -07:00