react-native/Libraries/Components/View
Eric Rozell 59105f6b1e Adds hook for platform-specific View props
Summary:
Platforms that plug in to react-native may require additional props that are specific to those platforms. For example, already in react-native there are props that are specific to Android (`accessibilityComponentType`, `needsOffscreenAlphaCompositing`, etc.), props that are specific to iOS (`accessibilityTraits`, `shouldRasterizeIOS`, etc.) and props that are specific to tvOS (`isTVSelectable`, `tvParallaxProperties`, etc.).

I need to add properties to `react-native-windows`, and I'd prefer not to override the entire `ViewPropTypes` file as it is a risk that things in react-native-windows fall out of sync with react-native.

Fixes #15173

<!--
Thank you for sending the PR!

If you changed any code, please provide us with clear instructions on how you verified your changes work. In other words, a test plan is *required*. Bonus points for screenshots and videos!

Please read the Contribution Guidelines at https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md to learn more about contributing to React Native.

Happy contributing!
-->
Closes https://github.com/facebook/react-native/pull/15175

Differential Revision: D5481444

Pulled By: hramos

fbshipit-source-id: 3da08716d03ccdf317ec447536eea3699dd7a760
2017-07-24 12:26:58 -07:00
..
PlatformViewPropTypes.android.js Adds hook for platform-specific View props 2017-07-24 12:26:58 -07:00
PlatformViewPropTypes.ios.js Adds hook for platform-specific View props 2017-07-24 12:26:58 -07:00
ReactNativeStyleAttributes.js Removing `transformMatrix` and `decomposedMatrix` properties 2017-02-07 14:02:20 -08:00
ReactNativeViewAttributes.js Add a nativeID prop to allow native code to reference react managed views 2017-04-07 12:00:40 -07:00
ShadowPropTypesIOS.js Improve view props and style stuff. 2017-06-01 01:15:42 -07:00
View.js Replace React.createClass with create-react-class 2017-07-07 14:36:01 -07:00
ViewAccessibility.js RN: Export Accessibility Prop Types 2017-02-02 23:28:31 -08:00
ViewPropTypes.js Adds hook for platform-specific View props 2017-07-24 12:26:58 -07:00
ViewStylePropTypes.js Update remaining PropTypes references 2017-06-12 16:03:09 -07:00