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
{{ message }}
This repository has been archived by the owner on Jun 3, 2024. It is now read-only.
React native has a non-standard extension to Promise. It adds a done method that throws any uncaught errors. Unless I am mistaken, I don't believe react-native-mock adds this. Are there plans to do this?
The text was updated successfully, but these errors were encountered:
I did not know react-native did this, so no there arent any plans for this. Can you provide some examples of this, as i'm not exactly sure what it's use is.
So, if people are on a recent version of react-native they can remove it without any harm. For this reason, I don't need it anyone. In theory, if someone is on a sufficiently old version of react-native, they may need this.
If you think this is something react-native-mock does not need, feel free to close the issue.
React native has a non-standard extension to
Promise
. It adds a done method that throws any uncaught errors. Unless I am mistaken, I don't believereact-native-mock
adds this. Are there plans to do this?The text was updated successfully, but these errors were encountered: