Skip to content

Commit

Permalink
Merge pull request #547 from rontalx/master
Browse files Browse the repository at this point in the history
remove override to flatlist built in functionality needed for initial item rendering bug
  • Loading branch information
Benoît Delmaire authored Oct 27, 2019
2 parents 6052ddc + 73261bb commit 5ec564d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/carousel/Carousel.js
Original file line number Diff line number Diff line change
Expand Up @@ -1304,8 +1304,6 @@ export default class Carousel extends Component {
// extraData: this.state,
renderItem: this._renderItem,
numColumns: 1,
getItemLayout: undefined, // see #193
initialScrollIndex: undefined, // see #193
keyExtractor: keyExtractor || this._getKeyExtractor
} : {};

Expand Down

0 comments on commit 5ec564d

Please sign in to comment.