react-native/Libraries/Components/Touchable
Janic Duplessis 49fdd99633 Display component methods on the website and tweak the documentation
Summary:The website now displays public methods on components. This was implemented mostly in react-docgen via #66. This adds a <Method> component that is used by the component and API doc pages to display documentation for a method.

It also adds some missing documentation and tweak some existing one to integrate with this feature. I also prefixed some component methods with an '_' so they don't show up in the doc.

**Test plan (required)**

Tested every component page locally to make sure the methods doc was displayed properly.
Tested an API page to make sure it still worked properly.
Closes https://github.com/facebook/react-native/pull/6890

Differential Revision: D3159911

Pulled By: vjeux

fb-gh-sync-id: 1e6a4640cda6794496d9844c1af6a1451c017dcc
fbshipit-source-id: 1e6a4640cda6794496d9844c1af6a1451c017dcc
2016-04-09 11:13:28 -07:00
..
BoundingDimensions.js fix Libraries/Components/Touchable lint warnings 2015-11-30 17:16:26 -08:00
Position.js Bugfix - Typos 2015-12-15 09:09:32 -08:00
Touchable.js Fix bug #5604 - Unrecognised signal for touchable no longer on the screen 2016-03-15 12:23:32 -07:00
TouchableBounce.js Add hitSlop prop on iOS and Android 2016-02-16 16:51:39 -08:00
TouchableHighlight.js Display component methods on the website and tweak the documentation 2016-04-09 11:13:28 -07:00
TouchableNativeFeedback.android.js Display component methods on the website and tweak the documentation 2016-04-09 11:13:28 -07:00
TouchableNativeFeedback.ios.js [ReactNative] Add TouchableNativeFeedback to OSS 2015-08-26 01:31:52 -08:00
TouchableOpacity.js Display component methods on the website and tweak the documentation 2016-04-09 11:13:28 -07:00
TouchableWithoutFeedback.js Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
ensureComponentIsNative.js Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00
ensurePositiveDelayProps.js Remove knowledge of fbjs from the packager 2016-03-02 04:28:38 -08:00