| e7511718 | 07-Mar-2023 |
Will Schurman <[email protected]> |
[exupdates][ios] Convert error recovery to swift (#21570)
# Why
This converts error recovery to swift.
# How
Manually convert. The only thing of note is that OCMockito and other
mocking fr
[exupdates][ios] Convert error recovery to swift (#21570)
# Why
This converts error recovery to swift.
# How
Manually convert. The only thing of note is that OCMockito and other
mocking frameworks don't work for swift, so a manual protocol mock was
created for the test (which had to be converted in the same PR due to
inability to mock).
# Test Plan
Run all tests, launch app.
# Checklist
<!--
Please check the appropriate items below if they apply to your diff.
This is required for changes to Expo modules.
-->
- [ ] Documentation is up to date to reflect these changes (eg:
https://docs.expo.dev and README.md).
- [ ] Conforms with the [Documentation Writing Style
Guide](https://github.com/expo/expo/blob/main/guides/Expo%20Documentation%20Writing%20Style%20Guide.md)
- [ ] This diff will work correctly for `expo prebuild` & EAS Build (eg:
updated a module plugin).
show more ...
|