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.
2 parents 082d8ee + 4deb26c commit 7dd5c76Copy full SHA for 7dd5c76
src/index.js
@@ -259,7 +259,7 @@ export default class ViewShot extends Component {
259
render() {
260
const { children } = this.props;
261
return (
262
- <View ref={this.onRef} collapsable={false} onLayout={this.onLayout}>
+ <View ref={this.onRef} collapsable={false} onLayout={this.onLayout} style={this.props.style}>
263
{children}
264
</View>
265
);
0 commit comments