We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cad334 commit b0f840aCopy full SHA for b0f840a
src/RichTextToolbar.js
@@ -131,6 +131,7 @@ export default class RichTextToolbar extends Component {
131
contentContainerStyle={{flexDirection: 'row'}}
132
dataSource={this.state.ds}
133
renderRow= {(row) => this._renderAction(row.action, row.selected)}
134
+ removeClippedSubviews={false}
135
/>
136
</View>
137
);
@@ -189,4 +190,4 @@ const styles = StyleSheet.create({
189
190
backgroundColor: 'red'
191
},
192
defaultUnselectedButton: {}
-});
193
+});
0 commit comments