Skip to content

Commit

Permalink
align code in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
marouanekadiri committed May 21, 2020
1 parent 71da4f9 commit 72b3622
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ this is example is based on [native base list separator](https://docs.nativebase
list={this.state.list}
header={this._head}
body={this._body}
keyExtractor={item => `${item.id}`}
keyExtractor={item => `${item.id}`}
/>
);
}
Expand Down

0 comments on commit 72b3622

Please sign in to comment.