python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Modal not showing when setting visibility in UseEffect call
Hi so I am trying to conditionally set the visibility of a modal (react-native-modal) in the useEffect function of one of my components. The issue is the modal sometimes doesn't show even though the v...
Say u
Votes: 0
Answers: 0
how to finish modal animation in react-native-modal componentwillunmount?
I am looking for a solution to delay RN component unmount until react-native-modal animationOut is completed. This animation is triggered by setting isVisible=false.
With my current implementation the...
dre_84w934
Votes: 0
Answers: 1
React native modal vs react-navigation modal, which is more performant?
As of now, I am using React native modal right now. My modal contains some lightweight animation inside it. Now some questions are poking for a while. Should I use react native Modal, which is built-i...
Amit Dutta
Votes: 0
Answers: 2
how can we reconfigure modals using react-native-modalfy separately?
how can we reconfigure modals using react-native-modalfy separately?
like in App.tsx i have configured modal like this below.
I want to change position and animation style for DemoModal2.
import { c...
Amit chakraborty
Votes: 0
Answers: 0