diff --git a/core/src/components/infinite-scroll/readme.md b/core/src/components/infinite-scroll/readme.md index 69f21c9a63..a089e51a88 100644 --- a/core/src/components/infinite-scroll/readme.md +++ b/core/src/components/infinite-scroll/readme.md @@ -12,13 +12,8 @@ The `ion-infinite-scroll` component has the infinite scroll logic. It requires a Separating the `ion-infinite-scroll` and `ion-infinite-scroll-content` components allows developers to create their own content components, if desired. This content can contain anything, from an SVG element to elements with unique CSS animations. -## React - -The Infinite Scroll component is not supported in React. - - ## Usage ### Angular