Skip to content

Commit 6f92dc3

Browse files
props horizontal
1 parent c4cb9bc commit 6f92dc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/RichToolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,13 +259,13 @@ export default class RichToolbar extends Component {
259259
<View style={vStyle}>
260260
<FlatList
261261
horizontal={horizontal}
262+
style={flatContainerStyle}
262263
keyboardShouldPersistTaps={'always'}
263264
keyExtractor={(item, index) => item.action + '-' + index}
264265
data={this.state.data}
265266
alwaysBounceHorizontal={false}
266267
showsHorizontalScrollIndicator={false}
267268
renderItem={({item}) => this._renderAction(item.action, item.selected)}
268-
contentContainerStyle={flatContainerStyle}
269269
/>
270270
{children}
271271
</View>

0 commit comments

Comments
 (0)