| b7b31bfc | 19-May-2023 |
Gabriel Donadel Dall'Agnol <[email protected]> |
[dev-launcher][iOS] Migrate to new modules API (#22319)
# Why
In order to add support for Fabric to expo-dev-client and related
libraries we must migrate all related modules to the new API
Re
[dev-launcher][iOS] Migrate to new modules API (#22319)
# Why
In order to add support for Fabric to expo-dev-client and related
libraries we must migrate all related modules to the new API
Related to ENG-7955
# How
Migrate EXDevLauncher classes to use the new modules API
# Test Plan
Run dev client through bare expo
<table>
<tr>
<td>
<img
src="https://user-images.githubusercontent.com/11707729/235227186-5d5ebcd7-7739-4af5-86e9-1d156304e582.png"
/>
</td>
<td>
<img
src="https://user-images.githubusercontent.com/11707729/235227365-bb1deb30-ccf4-45b2-8416-0f6992bf5135.png"
/>
</td>
</tr>
</table>
# 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 `npx expo prebuild` & EAS Build
(eg: updated a module plugin).
---------
Co-authored-by: Gabriel Donadel <[email protected]>
show more ...
|