Skip to content

Commit

Permalink
props horizontal
Browse files Browse the repository at this point in the history
  • Loading branch information
adattivo-developer committed Nov 16, 2023
1 parent c4cb9bc commit 6f92dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RichToolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -259,13 +259,13 @@ export default class RichToolbar extends Component {
<View style={vStyle}>
<FlatList
horizontal={horizontal}
style={flatContainerStyle}
keyboardShouldPersistTaps={'always'}
keyExtractor={(item, index) => item.action + '-' + index}
data={this.state.data}
alwaysBounceHorizontal={false}
showsHorizontalScrollIndicator={false}
renderItem={({item}) => this._renderAction(item.action, item.selected)}
contentContainerStyle={flatContainerStyle}
/>
{children}
</View>
Expand Down

0 comments on commit 6f92dc3

Please sign in to comment.