|
@@ -40,10 +40,12 @@ class ModalScreen extends Component {
|
40
|
40
|
|
41
|
41
|
onClickShowModal() {
|
42
|
42
|
Navigation.showModal({
|
43
|
|
- name: 'navigation.playground.ModalScreen',
|
44
|
|
- passProps: {
|
45
|
|
- modalPosition: this.getModalPosition() + 1,
|
46
|
|
- previousModalIds: _.concat([], this.props.previousModalIds || [], this.props.id)
|
|
43
|
+ container: {
|
|
44
|
+ name: 'navigation.playground.ModalScreen',
|
|
45
|
+ passProps: {
|
|
46
|
+ modalPosition: this.getModalPosition() + 1,
|
|
47
|
+ previousModalIds: _.concat([], this.props.previousModalIds || [], this.props.id)
|
|
48
|
+ }
|
47
|
49
|
}
|
48
|
50
|
});
|
49
|
51
|
}
|