Skip to content

Commit

Permalink
Fix sticky sample code (#549)
Browse files Browse the repository at this point in the history
Co-authored-by: Talha Naqvi <[email protected]>
  • Loading branch information
layne and naqvitalha committed Nov 9, 2020
1 parent b7d32ec commit b7b04e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/sticky/sample/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```js
import React from 'react';
import {View} from 'react-native';
import {View, Text} from 'react-native';
import {RecyclerListView, DataProvider, LayoutProvider} from 'recyclerlistview';
import StickyContainer from 'recyclerlistview/sticky';
export default class StickySample extends React.Component {
Expand Down Expand Up @@ -91,4 +91,4 @@ export default class StickySample extends React.Component {
this._recyclerRef = recycler;
}
}
```
```

0 comments on commit b7b04e9

Please sign in to comment.