Gaëtan Renaudeau
7 anni fa
No account linked to committer's email address
1 ha cambiato i file con
1 aggiunte e
1 eliminazioni
-
src/index.js
|
|
|
|
259
|
render() {
|
259
|
render() {
|
260
|
const { children } = this.props;
|
260
|
const { children } = this.props;
|
261
|
return (
|
261
|
return (
|
262
|
- <View ref={this.onRef} collapsable={false} onLayout={this.onLayout}>
|
|
|
|
|
262
|
+ <View ref={this.onRef} collapsable={false} onLayout={this.onLayout} style={this.props.style}>
|
263
|
{children}
|
263
|
{children}
|
264
|
</View>
|
264
|
</View>
|
265
|
);
|
265
|
);
|