fix typo
Summary:Thanks for submitting a pull request! Please provide enough information so that others can review your pull request: (You can skip this if you're fixing a typo or adding an app to the Showcase.) Explain the **motivation** for making this change. What existing problem does the pull request solve? Prefer **small pull requests**. These are much easier to review and more likely to get merged. Make sure the PR does only one thing, otherwise please split it. **Test plan (required)** Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI. Make sure tests pass on both Travis and Circle CI. **Code formatting** Look around. Match the style of the rest of the codebase. See also the simple [style guide](https://github.com/facebook/react-native/blob/master/CONTRIBUTING.md#style-guide). fix typo in comment Closes https://github.com/facebook/react-native/pull/7027 Differential Revision: D3190693 Pulled By: dmmiller fb-gh-sync-id: fe1eddaeb13deac6f93da7ec600c267df2599586 fbshipit-source-id: fe1eddaeb13deac6f93da7ec600c267df2599586
This commit is contained in:
parent
c342d3d75d
commit
42cfba558f
|
@ -26,7 +26,7 @@ import com.facebook.react.views.scroll.ScrollEventType;
|
|||
* will be rendered as a separate {@link RecyclerView} row.
|
||||
*
|
||||
* Currently supports only vertically positioned item. Views will not be automatically recycled but
|
||||
* they will be detache from native view hierarchy when scrolled offscreen.
|
||||
* they will be detached from native view hierarchy when scrolled offscreen.
|
||||
*
|
||||
* It works by storing all child views in an array within adapter and binding appropriate views to
|
||||
* rows when requested.
|
||||
|
|
Loading…
Reference in New Issue