react-native/Libraries/Lists
Van der Auwermeulen Grégoire 23e8fcc68c ListItem JSX tag is not closed when used in SectionList
Summary:
Thanks for submitting a PR! Please read these instructions carefully:

- [ ] Explain the **motivation** for making this change.
- [ ] Provide a **test plan** demonstrating that the code is solid.
- [ ] Match the **code formatting** of the rest of the codebase.
- [ ] Target the `master` branch, NOT a "stable" branch.

When copy pasting the SectionList, got an error with a non closing JSX tag
What existing problem does the pull request solve?
Closing the JSX tag in 2 files
no test required
A good test plan has the exact commands you ran and their output, provides screenshots or videos if the pull request changes UI or updates the website. See [What is a Test Plan?][1] to learn more.

If you have added code that should be tested, add tests.

Sign the [CLA][2], if you haven't already.

Small pull requests are much easier to review and more likely to get merged. Make sure the PR does only one thing, otherwise please split it.
Closes https://github.com/facebook/react-native/pull/13525

Differential Revision: D4908495

Pulled By: javache

fbshipit-source-id: f2dc49c9238d1da8906f7daf144429a57ad725a3
2017-04-18 16:45:28 -07:00
..
ListView Ran PropTypes -> prop-types codemod against Libraries/FBReactKit/js/react-native-github 2017-04-12 16:15:15 -07:00
__flowtests__ Re-License Lists with standard React Native License 2017-03-24 14:31:19 -07:00
__tests__ Fix bug - FlatList component did not render more items when content was filtered 2017-04-17 18:15:37 -07:00
FillRateHelper.js Lists: Fix RCTJSONStringify Breakage on Infinity 2017-04-11 00:45:35 -07:00
FlatList.js disable removeClippedSubviews by default 2017-04-13 16:05:52 -07:00
MetroListView.js Upgrade to v0.44.0 2017-04-17 09:33:20 -07:00
SectionList.js ListItem JSX tag is not closed when used in SectionList 2017-04-18 16:45:28 -07:00
ViewabilityHelper.js Re-License Lists with standard React Native License 2017-03-24 14:31:19 -07:00
VirtualizeUtils.js Re-License Lists with standard React Native License 2017-03-24 14:31:19 -07:00
VirtualizedList.js Fix bug - FlatList component did not render more items when content was filtered 2017-04-17 18:15:37 -07:00
VirtualizedSectionList.js add separator highlighting/updating support to `SectionList` 2017-04-12 17:01:03 -07:00