react-native/Libraries/ReactIOS
Jakob Kerkhove cec913e7ce Native propTypes RCTDatePickerIOS !== propTypes DatePickerIOS
Summary:
The propTypes of RCTDatePickerIOS do not fit with the propTypes of DatePickerIOS.
All dates (date, minimumDate, maximumDate) are a timestamp (check line 126), so they should have propType number.
OnDateChange function should not be required since it is called onChange in the iOS implementation.

The problem currently causes warnings that the given types are wrong, while they were added correctly.
Closes https://github.com/facebook/react-native/pull/7833

Differential Revision: D3371324

Pulled By: nicklockwood

fbshipit-source-id: bca5b2bbe7e9dd2e045288bfbd268578848c7bff
2016-06-01 08:58:22 -07:00
..
YellowBox.js Deploy v0.26.0 2016-05-27 17:58:32 -07:00
renderApplication.android.js Remove RKModal and Portal 2016-04-19 07:42:29 -07:00
renderApplication.ios.js Hook up touchable debugging to Inspector button 2016-04-16 11:57:22 -07:00
requireNativeComponent.js Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
verifyPropTypes.js Native propTypes RCTDatePickerIOS !== propTypes DatePickerIOS 2016-06-01 08:58:22 -07:00