Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Update RichTextToolbar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
aurimasmi authored Jun 17, 2021
1 parent d4b290e commit f68f373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RichTextToolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ export default class RichTextToolbar extends Component {
<View style={[{ height: 50, backgroundColor: '#D3D3D3', alignItems: 'center' }, this.props.style]}>
<FlatList
data={this.state.dataSet}
numColumns={this.state.actions.length}
horizontal
renderItem={(item) => this._renderAction(item.item.action, item.item.selected)}
/>
</View>
Expand Down

0 comments on commit f68f373

Please sign in to comment.