React Native
Create
Log in / Sign up
Home
Feature Requests
Voters
柏杰
CacaoRick
L
Lex Veritasov
Rahul Rin Shakya
Mickael Lecoq
Lars Melchior
Diego Rodrigues Vieira
sibelius
Zafer Bozkurt
Adamnator
and 20 more...
Powered by Canny
30
Multiple Modal components
Nicolas Charpentier
Moved from https://github.com/facebook/react-native/issues/3445
November 14, 2016
Activity
Newest
Oldest
Sajid Ali
Attempt to present <RCTModalHostViewController: 0x12a686120> on <UIViewController: 0x11fbc09d0> while a presentation is in progress!
any Idea why i am getting this?
0
·
June 25, 2020
·
Reply
Kevin Vo
I had this problem too, just realized
0
·
March 28, 2018
·
Reply
Héliton Nordt
It's a very annoying bug, couldn't fix it. :/
0
·
February 5, 2018
·
Reply
Tianxin Dai
I just ran into this problem today. I am implementing a login screen where the login screen itself is a modal, and the progress indicator is another modal on top of it. I tried the solution mentioned in https://github.com/facebook/react-native/issues/3445 (nesting a modal inside a modal). However, it doesn't work when I set the both outer and inner modal to invisible...outer modal still shows up. Would love to see this problem fixed.
0
·
November 25, 2016
·
Reply
shalini
@Tianxin Dai: use the setTimeout method. it works.
0
·
May 30, 2017
·
Reply
Ram Bansal
@shalini: can you clarify how to use to setTimeout in a short code snippet?
<ModalA>
<ModalB>
</ModalB>
</ModalA>
0
·
August 29, 2017
·
Reply
Zengyanling
@Ram Bansal: @Ram Bansal: https://github.com/react-native-community/react-native-modal/issues/30 => wkoutre's answer
0
·
November 16, 2017
·
Reply
Ram Bansal
@Zengyanling: Thanks, will take a look :)
0
·
November 16, 2017
·
Reply
Powered by Canny