Skip to content

Commit e6d1d5a

Browse files
committed
Allow children to be passed through
1 parent 42d6d99 commit e6d1d5a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/index.js

+1
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ export default class AnimatedLoader extends React.PureComponent {
6767
>
6868
<View style={[styles.container, { backgroundColor: overlayColor }]}>
6969
<View>{this._renderLottie()}</View>
70+
{this.props.children}
7071
</View>
7172
</Modal>
7273
);

0 commit comments

Comments
 (0)