| #
1627a7bb |
| 15-Sep-2021 |
Kudo Chien <[email protected]> |
[expo-modules-core] revert prebuilding xcframework
# Why
the generated expo-modules-core xcframework from #14350 will cause errors when building apps.
# How
`git revert cb6a36461bb0685f747
[expo-modules-core] revert prebuilding xcframework
# Why
the generated expo-modules-core xcframework from #14350 will cause errors when building apps.
# How
`git revert cb6a36461bb0685f747084e0548d1af1a3598efc`
show more ...
|
| #
cb6a3646 |
| 09-Sep-2021 |
Kudo Chien <[email protected]> |
[expo-modules-core] fix prebuilding error (#14350)
# Why
fix `et prebuild-packages expo-modules-core` error caused by react-native header dependencies.
# How
add custom modulemap and includ
[expo-modules-core] fix prebuilding error (#14350)
# Why
fix `et prebuild-packages expo-modules-core` error caused by react-native header dependencies.
# How
add custom modulemap and include React-Core header while building expo-modules-core.
i was once worried for the generated xcframework would be large and accidentally include react-native symbols. fortunately, it doesn't. the generated xcframework is 5.8MB, compared to UMCore it's larger where i think coming from swift runtime. verifying the symbols by `nm -C ExpoModulesCore.xcframework/ios-arm64/ExpoModulesCore.framework/ExpoModulesCore`
# Test Plan
`et prebuild-packages expo-modules-core` successfully to generate xcframework.
please note that there was a xcode 12.5 crash issue for building expo-modules-core xcframework. please test with xcode 13. related issue: https://bugs.swift.org/browse/SR-14541 (thanks @tsapeta for sharing this information)
show more ...
|
| #
d7f57c45 |
| 29-Apr-2021 |
Dominik Sokal <[email protected]> |
[tools] add sync-bundled-native-modules script (#12760)
* [tools] add sync-bundled-native-modules script
* [tools] fix tsc errors
* [tools] address PR feedback
* Apply suggestions from code
[tools] add sync-bundled-native-modules script (#12760)
* [tools] add sync-bundled-native-modules script
* [tools] fix tsc errors
* [tools] address PR feedback
* Apply suggestions from code review
Co-authored-by: Tomasz Sapeta <[email protected]>
Co-authored-by: Tomasz Sapeta <[email protected]>
show more ...
|
| #
815da3b4 |
| 19-Apr-2021 |
Tomasz Sapeta <[email protected]> |
[tools] Add private headers to search paths for prebuilds
|
| #
9657025f |
| 09-Jan-2021 |
Tomasz Sapeta <[email protected]> |
[tools] New config-based vendoring that supports Swift (#11488)
|
| #
eeffdb10 |
| 21-Dec-2020 |
Tomasz Sapeta <[email protected]> |
[tools] Move tools/expotools one folder up (#11410)
|