Skip to content

Commit

Permalink
Remove DatePickerAndroid from react-native-github
Browse files Browse the repository at this point in the history
Summary:
Changelog:
[JavaScript][Removed] - Remove DatePickerAndroid from React Native

Reviewed By: lunaleaps, yungsters

Differential Revision: D30281952

fbshipit-source-id: 5cd0ad2ad741afeef3e6f8a39635c6baf4b79b38
  • Loading branch information
andresantonioriveros authored and facebook-github-bot committed Aug 25, 2021
1 parent 25c5d19 commit 7a77052
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 837 deletions.

This file was deleted.

30 changes: 0 additions & 30 deletions Libraries/Components/DatePickerAndroid/DatePickerAndroid.ios.js

This file was deleted.

30 changes: 0 additions & 30 deletions Libraries/Components/DatePickerAndroid/DatePickerAndroidTypes.js

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ rn_android_library(
react_native_target("java/com/facebook/react/module/annotations:annotations"),
react_native_target("java/com/facebook/react/modules/appstate:appstate"),
react_native_target("java/com/facebook/react/modules/core:core"),
react_native_target("java/com/facebook/react/modules/datepicker:datepicker"),
react_native_target("java/com/facebook/react/modules/deviceinfo:deviceinfo"),
react_native_target("java/com/facebook/react/modules/share:share"),
react_native_target("java/com/facebook/react/modules/systeminfo:systeminfo"),
Expand Down

This file was deleted.

45 changes: 0 additions & 45 deletions ReactAndroid/src/androidTest/js/DatePickerDialogTestModule.js

This file was deleted.

7 changes: 0 additions & 7 deletions ReactAndroid/src/androidTest/js/TestBundle.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ require('./TestJSLocaleModule');
require('./TestJSToJavaParametersModule');
require('./TestJavaToJSReturnValuesModule');
require('./UIManagerTestModule');

require('./CatalystRootViewTestModule');
require('./DatePickerDialogTestModule');
require('./MeasureLayoutTestModule');
require('./ScrollViewTestModule');
require('./ShareTestModule');
Expand All @@ -43,11 +41,6 @@ const apps = [
component: () =>
require('./CatalystRootViewTestModule').CatalystRootViewTestApp,
},
{
appKey: 'DatePickerDialogTestApp',
component: () =>
require('./DatePickerDialogTestModule').DatePickerDialogTestApp,
},
{
appKey: 'JSResponderTestApp',
component: () => require('./JSResponderTestApp'),
Expand Down
Loading

3 comments on commit 7a77052

@ecreeth
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👀 Looks like you forgot about this one NativeDatePickerAndroid

@firasrg
Copy link

@firasrg firasrg commented on 7a77052 Sep 3, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello React Native! May I know please why deleting DatepickerAndroid permanently ?! I'm looking for some reasons and details. ty

@andresantonioriveros
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hello @firas1220. This was removed as part of the “Lean Core” effort, issue: ☂️ Lean Core #23313

Please sign in to comment.