react-native/Libraries/Text
Hector Ramos 5be8c4af26 Cleanup stray markdown files, update contributing guidelines
Summary:
Several changes here. The `Text.md` and `PixelRatio.md` files were appended to the autodocs during site generation. This seemed excessive for just two files, so I've just merged the content into the autodocs themselves. It should help us simplify the website generation process in the future.

I've also merged IssueGuidelines.md and PullRequestGuidelines.md into the Contribution/Maintainers guidelines to improve their visibility.

Finally, I renamed Help to Community in the nav bar.

Ran the website locally, and verified every page rendered as expected: the Community page, Contributing page, Maintainers page.
Closes https://github.com/facebook/react-native/pull/15374

Differential Revision: D5567400

Pulled By: hramos

fbshipit-source-id: e06056edb12c9a17319fe1af46b2ef3a2e1b5854
2017-08-04 16:18:01 -07:00
..
RCTText.xcodeproj Standardize project indentation settings on 2 spaces 2017-07-31 05:20:03 -07:00
RCTBackedTextInputDelegate.h TextInput: Unified support of `blurOnSubmit` prop 2017-07-18 14:46:22 -07:00
RCTBackedTextInputDelegateAdapter.h TextInput: `selection` property was unified 2017-07-18 14:46:22 -07:00
RCTBackedTextInputDelegateAdapter.m TextInput: `selection` property was unified 2017-07-18 14:46:22 -07:00
RCTBackedTextInputViewProtocol.h TextInput: Refined contentSize calculation 2017-07-18 14:46:22 -07:00
RCTConvert+Text.h iOS: Introduce spellCheck prop to TextInput 2016-11-25 04:28:28 -08:00
RCTConvert+Text.m iOS: Introduce spellCheck prop to TextInput 2016-11-25 04:28:28 -08:00
RCTRawTextManager.h Move all header imports to "<React/..>" 2016-11-23 07:58:39 -08:00
RCTRawTextManager.m Revert D4538026: Stop allocating an RCTView for everying RCTRawText 2017-02-13 15:00:18 -08:00
RCTShadowRawText.h Move all header imports to "<React/..>" 2016-11-23 07:58:39 -08:00
RCTShadowRawText.m Move all header imports to "<React/..>" 2016-11-23 07:58:39 -08:00
RCTShadowText.h Move all header imports to "<React/..>" 2016-11-23 07:58:39 -08:00
RCTShadowText.m Mark non-extern strings static 2017-07-25 04:49:46 -07:00
RCTShadowTextField.h Better TextInput: RCTTextView and RCTTextField was marked as Yoga leaf nodes 2017-03-13 13:46:26 -07:00
RCTShadowTextField.m Better TextInput: RCTTextView and RCTTextField was marked as Yoga leaf nodes 2017-03-13 13:46:26 -07:00
RCTShadowTextView.h Better TextInput: RCTTextView and RCTTextField was marked as Yoga leaf nodes 2017-03-13 13:46:26 -07:00
RCTShadowTextView.m Better TextInput: RCTTextView and RCTTextField was marked as Yoga leaf nodes 2017-03-13 13:46:26 -07:00
RCTText.h Added support of `<Text>`'s `selectable` attribute on iOS 2016-11-17 16:13:28 -08:00
RCTText.m Fixed issue where the copy item would be added to the tooltips on the… 2017-04-27 15:50:15 -07:00
RCTTextField.h TextInput: `selection` property was unified 2017-07-18 14:46:22 -07:00
RCTTextField.m TextInput: textInputShouldEndEditing and textInputDidEndEditing were moved to base class 2017-07-18 14:46:22 -07:00
RCTTextFieldManager.h Move all header imports to "<React/..>" 2016-11-23 07:58:39 -08:00
RCTTextFieldManager.m TextInput: Unified support of `clearTextOnFocus` prop 2017-07-18 14:46:22 -07:00
RCTTextInput.h TextInput: textInputShouldEndEditing and textInputDidEndEditing were moved to base class 2017-07-18 14:46:22 -07:00
RCTTextInput.m TextInput: Actual `reactAccessibilityElement` implementation 2017-07-19 17:21:02 -07:00
RCTTextManager.h Move all header imports to "<React/..>" 2016-11-23 07:58:39 -08:00
RCTTextManager.m Several layout related helper methods of RCTShadowView was moved to new (+Layout) category. 2017-05-08 11:31:20 -07:00
RCTTextSelection.h Move all header imports to "<React/..>" 2016-11-23 07:58:39 -08:00
RCTTextSelection.m Add TextInput controlled selection prop on iOS 2016-08-25 17:28:37 -07:00
RCTTextView.h TextInput: `selection` property was unified 2017-07-18 14:46:22 -07:00
RCTTextView.m TextInput: textInputShouldEndEditing and textInputDidEndEditing were moved to base class 2017-07-18 14:46:22 -07:00
RCTTextViewManager.h Move all header imports to "<React/..>" 2016-11-23 07:58:39 -08:00
RCTTextViewManager.m TextInput: Unified support of `clearTextOnFocus` prop 2017-07-18 14:46:22 -07:00
RCTUITextField.h Introducing `RCTBackedTextInputDelegate` 2017-07-18 14:46:22 -07:00
RCTUITextField.m TextInput: Refined contentSize calculation 2017-07-18 14:46:22 -07:00
RCTUITextView.h Introducing `RCTBackedTextInputDelegate` 2017-07-18 14:46:22 -07:00
RCTUITextView.m TextInput: Refined contentSize calculation 2017-07-18 14:46:22 -07:00
Text.js Cleanup stray markdown files, update contributing guidelines 2017-08-04 16:18:01 -07:00
TextStylePropTypes.js Update remaining PropTypes references 2017-06-12 16:03:09 -07:00
TextUpdateTest.js Replace React.createClass with create-react-class 2017-07-07 14:36:01 -07:00