You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to request a feature / bug useParseQuery works good in mount/unmout scnearios, but with react-navigation they dont have this lifecycles so it is impossible to use useParseQuery because it will keep requesting / updating other Screens, and I think with this will bring other level of customization, ex: click on somthing and being able to stop requesting live.
It could actually be a solution to use the enableLiveQuery to start/stop at any time
Is it possible to change enableLiveQuery on options and will it start / stop
But exporting the liveQuerySubscription maybe would not be the greatest solution because when we return to the same srceen we, mount event will not be trigered and we want to start requesting again...
What you guys think would be the best solution?
The text was updated successfully, but these errors were encountered:
I'd like to request a feature / bug useParseQuery works good in mount/unmout scnearios, but with react-navigation they dont have this lifecycles so it is impossible to use
useParseQuery
because it will keep requesting / updating other Screens, and I think with this will bring other level of customization, ex: click on somthing and being able to stop requesting live.It could actually be a solution to use the
enableLiveQuery
to start/stop at any timeIs it possible to change
enableLiveQuery
on options and will it start / stopThe main objective is something like this
But exporting the
liveQuerySubscription
maybe would not be the greatest solution because when we return to the same srceen we, mount event will not be trigered and we want to start requesting again...What you guys think would be the best solution?
The text was updated successfully, but these errors were encountered: