mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-24 17:18:09 +00:00
Remove unnecessary style array
This commit is contained in:
parent
cab4d71a5e
commit
cbd0958e6f
@ -166,7 +166,7 @@ class Transitioner extends React.Component {
|
||||
|
||||
render() {
|
||||
return (
|
||||
<View onLayout={this._onLayout} style={[styles.main]}>
|
||||
<View onLayout={this._onLayout} style={styles.main}>
|
||||
{this.props.render(this._transitionProps, this._prevTransitionProps)}
|
||||
</View>
|
||||
);
|
||||
|
Loading…
x
Reference in New Issue
Block a user