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
Have you install react-native-root-siblings?
I already install and config. Toast show in my response API. But close very fast (maybe 1s). I already set to 10.000ms but not effect
Let's say following is my api call
Toast message is not rendering If I call
toast
inside a api call response. But If I call as shown below outside api call response it's works wellaxios(
https://smapleapicall.com
).then(repsonse => {toast('toast outside api call');
Can someone help me to avoid this error?
"react-native-root-toast": "3.2.1"
"react-native": "0.63.2"
The text was updated successfully, but these errors were encountered: